Skip to content

Commit 61b9498

Browse files
committed
Revise signature of raxSeek in the README
1 parent 1927550 commit 61b9498

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
@@ -180,7 +180,7 @@ of 'seek', which is not 'seeked', in case you wonder) in order to start
180180
the iteration from the specified position. For this goal, the function
181181
`raxSeek` is used:
182182

183-
int raxSeek(raxIterator *it, unsigned char *ele, size_t len, const char *op);
183+
int raxSeek(raxIterator *it, const char *op, unsigned char *ele, size_t len);
184184

185185
For instance one may want to seek the first element greater or equal to the
186186
key `"foo"`:

0 commit comments

Comments
 (0)