Skip to content

Conversation

@richardleach
Copy link

The definition of raxSeek in rax.c is
int raxSeek(raxIterator *it, const char *op, unsigned char *ele, size_t len)

In a couple of places in README.md, the *op parameter is listed as the 4th rather than 2nd parameter. This commit corrects that.

The actual definition of raxSeek in rax.c is 
````int raxSeek(raxIterator *it, const char *op, unsigned char *ele, size_t len)````

In a couple of places in README.md, the *op parameter is listed as the 4th rather than 2nd parameter. This commit corrects that.
Copy link

@zhjwpku zhjwpku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

This fix is more complete than mine #46, so I will close that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants