From 6363cdada6ea80a72f1bc7fa00466ba2e1aba238 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 3 Jan 2025 12:17:43 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8714565..fbfd414 100644 --- a/README.md +++ b/README.md @@ -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.