summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-04-23 14:04:31 -0400
committerbpc2003 <wpesfriendnva@gmail.com>2025-04-23 14:04:31 -0400
commit49a24bf62efc8d46e813d769dac2c36c413c21e8 (patch)
treeb43d4547da9677eb1051f4a21c66b5f0d0d076a4 /README.md
parentba5422d8ac64ca864dca168780a957a92f22a5d0 (diff)
Implemented Isolation in delkeys
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3965481..8224360 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Examples:
There are six functions and two types in mdb.h
#### Types:
- tabidx_t: represents a single key-value pair in an object.
-- tablist_t: represents a single object.
+- tablist_t: represents a single document.
#### Functions:
- readdb: takes a filename and returns a tablist array\
if the file doesn't exist it will return an empty tablist array\