Skip to content

Commit b9fd43f

Browse files
committed
doc: fix crud.select the first parameter desription
1 parent cfda9fc commit b9fd43f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ where:
416416
* `conditions` (`?table`) - array of [select conditions](#select-conditions)
417417
* `opts`:
418418
* `first` (`?number`) - the maximum count of the objects to return.
419-
If negative value is specified, the last objects are returned
420-
(`after` option is required in this case).
419+
If negative value is specified, the objects behind `after` are returned
420+
(`after` option is required in this case). [See pagination examples](https://github.com/tarantool/crud/blob/master/doc/select.md#pagination).
421421
* `after` (`?table`) - tuple after which objects should be selected
422422
* `batch_size` (`?number`) - number of tuples to process per one request to storage
423423
* `bucket_id` (`?number|cdata`) - bucket ID

0 commit comments

Comments
 (0)