aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
authorSoikk2022-07-23 18:16:42 +0200
committerSoikk2022-07-23 18:16:42 +0200
commitcaacd02d3c6a6ab3ddea620214ee5d1836de2c31 (patch)
treef0532703731104daec91a208146aa5e9a59a47c4 /DOC
parentf8ecaf91d686d2247ab7088eddf4de417985ca5b (diff)
downloadsoikk-DB-caacd02d3c6a6ab3ddea620214ee5d1836de2c31.tar.xz
soikk-DB-caacd02d3c6a6ab3ddea620214ee5d1836de2c31.tar.zst
Minor spelling mistake
Diffstat (limited to 'DOC')
-rw-r--r--DOC2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOC b/DOC
index b95c69c..d5ef900 100644
--- a/DOC
+++ b/DOC
@@ -9,7 +9,7 @@ STORAGE
- For each "string" in its table, it has:
· 4 bytes (32 bits) that stores the string size (counting the trailing 0).
· However many bytes as size, for storing each of the caracters in the string, including the trailing 0.
- -1 byte as an "end" that stores the 'E' ASCII character.
+ - 1 byte as an "end" that stores the 'E' ASCII character.
When loading an ltable, if the header doesn't match, it will print "Header is '(header)' not 'L'" to standard error.
Likewise, if the "end" doesn't match, it will print "End is '(end)' not 'E'" to standard error.
Storing an ltable returns 0 upon completion.