diff --git a/doc/reference/reference_lua/box_index/select.rst b/doc/reference/reference_lua/box_index/select.rst index bc0fdfa287..0a5c3240b1 100644 --- a/doc/reference/reference_lua/box_index/select.rst +++ b/doc/reference/reference_lua/box_index/select.rst @@ -38,7 +38,7 @@ index_object:select() fields are compared, so ``select{1,2}`` matches a tuple whose primary key is ``{1,2,3}``. * (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. - If now tuples are fetched, returns ``nil``. + If no tuples are fetched, returns ``nil``. :rtype: diff --git a/doc/reference/reference_lua/box_space/select.rst b/doc/reference/reference_lua/box_space/select.rst index ffdca337fd..810cc23803 100644 --- a/doc/reference/reference_lua/box_space/select.rst +++ b/doc/reference/reference_lua/box_space/select.rst @@ -43,7 +43,7 @@ space_object:select() fields are compared, so ``select{1,2}`` matches a tuple whose primary key is ``{1,2,3}``. * (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. - If now tuples are fetched, returns ``nil``. + If no tuples are fetched, returns ``nil``. :rtype: