checksums-docs: fix heading in checksum-file

char-rename
Alexander Iljin 2016-06-26 15:07:32 +03:00 committed by John Benediktsson
parent 87e4015976
commit 0c56a7cec1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HELP: checksum-lines
HELP: checksum-file
{ $values { "path" "a pathname specifier" } { "checksum" "a checksum specifier" } { "value" byte-array } }
{ $contract "Computes the checksum of all data in a file." }
{ $description "Computes the checksum of all data in a file." }
{ $examples
{ $example
"USING: checksums checksums.crc32 prettyprint ;"