From 49a24bf62efc8d46e813d769dac2c36c413c21e8 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Wed, 23 Apr 2025 14:04:31 -0400 Subject: Implemented Isolation in delkeys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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\ -- cgit v1.2.3