]> git.xolatile.top Git - soikk-DB.git/commitdiff
Minor spelling mistake
authorSoikk <76824648+Soikk@users.noreply.github.com>
Sat, 23 Jul 2022 16:16:42 +0000 (18:16 +0200)
committerSoikk <76824648+Soikk@users.noreply.github.com>
Sat, 23 Jul 2022 16:16:42 +0000 (18:16 +0200)
DOC

diff --git a/DOC b/DOC
index b95c69c261199c2ef7e2def307d6028f9b30c148..d5ef900d837afc29864fa6c1a79e7a96bb752b80 100644 (file)
--- 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.