Skip to content

Commit ddb4408

Browse files
Fix typos (#3440)
1 parent 11e146a commit ddb4408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/reference_lua/box_index/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ index_object:select()
3838
fields are compared, so ``select{1,2}`` matches a tuple
3939
whose primary key is ``{1,2,3}``.
4040
* (Optionally) If ``options.fetch_pos`` is set to **true**, returns a base64-encoded string representing the position of the last selected tuple as the second value.
41-
If now tuples are fetched, returns ``nil``.
41+
If no tuples are fetched, returns ``nil``.
4242

4343
:rtype:
4444

doc/reference/reference_lua/box_space/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ space_object:select()
4343
fields are compared, so ``select{1,2}`` matches a tuple
4444
whose primary key is ``{1,2,3}``.
4545
* (Optionally) If ``options.fetch_pos`` is set to **true**, returns a base64-encoded string representing the position of the last selected tuple as the second value.
46-
If now tuples are fetched, returns ``nil``.
46+
If no tuples are fetched, returns ``nil``.
4747

4848
:rtype:
4949

0 commit comments

Comments
 (0)