]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums: fix doctest for checksum-file.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Jan 2018 06:24:24 +0000 (22:24 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Jan 2018 06:24:24 +0000 (22:24 -0800)
core/checksums/checksums-docs.factor

index ae12512a119e4396348eea75679e17cc3b7fe6f7..9b2ae6d0529df822fd26c1d63b12c6d27c8f89be 100644 (file)
@@ -41,7 +41,7 @@ HELP: checksum-file
     { $example
         "USING: checksums checksums.crc32 prettyprint ;"
         "\"resource:LICENSE.txt\" crc32 checksum-file ."
-        "B{ 47 65 106 90 }"
+        "B{ 125 29 106 28 }"
     }
 } ;