]> gitweb.factorcode.org Git - factor.git/commitdiff
leb128: fix doc typo
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 2 Sep 2023 22:20:00 +0000 (15:20 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 2 Sep 2023 22:20:00 +0000 (15:20 -0700)
extra/leb128/leb128-docs.factor

index 9ca5ee73ccdb4d22bc652caf3ffc6ea22ea3bfcb..896bb109cf99ffc3c62d548cf4fd87f3c69e0132 100644 (file)
@@ -11,7 +11,7 @@ versions: unsigned and signed. These vary slightly, so a user program that
 wants to decode LEB128 values should use the appropriate unsigned or signed
 decode method.
 
-Unsigned LEB123:
+Unsigned LEB128:
 { $subsections
     >uleb128
     uleb128>
@@ -21,7 +21,7 @@ Unsigned LEB123:
     stream-read-uleb128
 }
 
-Signed LEB123:
+Signed LEB128:
 { $subsections
     >leb128
     leb128>