Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall authored Jan 3, 2025
1 parent da4b935 commit 6363cda
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 @@ -431,7 +431,7 @@ allocate memory. It's generally a good idea to check for the `bt_NOMEM`

## Item copying and freeing

When the `bt_copy()`, `bt_clone()`, and `bt_free()` functions are
When the `bt_copy()`, `bt_clone()`, and `bt_clear()` functions are
used, the btree will internally copy and free nodes.
With BGEN_ITEMFREE and BGEN_ITEMCOPY, it's possible to also have the btree copy
and free items.
Expand Down

0 comments on commit 6363cda

Please sign in to comment.