Skip to content

Commit ea9c588

Browse files
committed
doc: fix crud.select the first parameter desription
1 parent 58efb65 commit ea9c588

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
@@ -440,8 +440,8 @@ where:
440440
* `conditions` (`?table`) - array of [select conditions](#select-conditions)
441441
* `opts`:
442442
* `first` (`?number`) - the maximum count of the objects to return.
443-
If negative value is specified, the last objects are returned
444-
(`after` option is required in this case).
443+
If negative value is specified, the objects behind `after` are returned
444+
(`after` option is required in this case). [See pagination examples](doc/select.md#pagination).
445445
* `after` (`?table`) - tuple after which objects should be selected
446446
* `batch_size` (`?number`) - number of tuples to process per one request to storage
447447
* `bucket_id` (`?number|cdata`) - bucket ID

0 commit comments

Comments
 (0)