diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |