Skip to content

Commit aaf5261

Browse files
committed
fix typo
1 parent a98827e commit aaf5261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Resolve if connected. Or reject if not.
5151

5252
Auth with using chap-sha1(http://tarantool.org/doc/book/box/box_space.html). About authenthication more here: http://tarantool.org/doc/book/box/authentication.html
5353

54-
**select(spaceId: Number, indexId: Number, limit: Number, iterator: Iterator, key: tuple) : Promise( Array of tuples)**
54+
**select(spaceId: Number, indexId: Number, limit: Number, offset: Number, iterator: Iterator, key: tuple) : Promise( Array of tuples)**
5555

5656
Iterators: http://tarantool.org/doc/book/box/box_index.html. Available iterators: 'eq', 'req', 'all', 'lt', 'le', 'ge', 'gt', 'bitsAllSet', 'bitsAnySet', 'bitsAllNotSet'.
5757

0 commit comments

Comments
 (0)