checksums-docs: fix heading in checksum-file
parent
87e4015976
commit
0c56a7cec1
|
@ -36,7 +36,7 @@ HELP: checksum-lines
|
||||||
|
|
||||||
HELP: checksum-file
|
HELP: checksum-file
|
||||||
{ $values { "path" "a pathname specifier" } { "checksum" "a checksum specifier" } { "value" byte-array } }
|
{ $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
|
{ $examples
|
||||||
{ $example
|
{ $example
|
||||||
"USING: checksums checksums.crc32 prettyprint ;"
|
"USING: checksums checksums.crc32 prettyprint ;"
|
||||||
|
|
Loading…
Reference in New Issue