Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall authored Nov 4, 2024
1 parent 03fdf03 commit 991e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ int user_compare(struct user a, struct user b) {
#include "bgen.h"
```
With the BGEN_MAYBELESSEQUAL option, the btree will preform a quick linear
With the BGEN_MAYBELESSEQUAL option, the btree will perform a quick linear
search on status and fallback to the slower user_compare function when needed.
Note that BGEN_MAYBELESSEQUAL is only for linear searches cannot be used in
Expand Down

0 comments on commit 991e953

Please sign in to comment.