tidwall / btree

B-tree implementation for Go
MIT License
1.06k stars 83 forks source link

Documentation for Get() is inaccurate #18

Open slobdell opened 2 years ago

slobdell commented 2 years ago

Docs say Get(key, value) instead of Get(key).

I'll submit a pull request if I can make a moment. Thanks, this b-tree is hot.