]> gitweb.factorcode.org Git - factor.git/blobdiff - core/source-files/source-files-docs.factor
fix a bunch of typos in docs
[factor.git] / core / source-files / source-files-docs.factor
index ef19d1635179f73fb6d943e87fa930167b5183e0..cb1e5e601708bde181a255f6d134f01d3c654c0c 100644 (file)
@@ -38,7 +38,7 @@ HELP: source-file
 } ;
 
 HELP: record-checksum
-{ $values { "source-file" source-file } { "lines" "a sequence of strings" } }
+{ $values { "lines" "a sequence of strings" } { "source-file" source-file } }
 { $description "Records the CRC32 checksm of the source file's contents." } 
 $low-level-note ;