checksums: fix doctest for checksum-file.

factor-shell
John Benediktsson 2018-01-18 22:24:24 -08:00
parent f33bf70ad6
commit 1e0ae925f0
1 changed files with 1 additions and 1 deletions

View 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 }"
}
} ;