]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums-docs: fix heading in checksum-file
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 26 Jun 2016 12:07:32 +0000 (15:07 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Jun 2016 21:17:57 +0000 (14:17 -0700)
core/checksums/checksums-docs.factor

index 6ea24b559b4b9ef4c94f1aea3551dbe28629da5e..fd9e5ed26a195ae8faa21280604d0341219efac1 100644 (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 ;"