]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums.crc16: fix help-lint error.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 Aug 2016 23:30:15 +0000 (16:30 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 Aug 2016 23:30:15 +0000 (16:30 -0700)
basis/checksums/crc16/crc16-docs.factor

index 81dcd2481cc8ae28037e23742c3062b21b2473a0..59fb431e595114603ad379fea9e2e64473352107 100644 (file)
@@ -4,7 +4,7 @@ IN: checksums.crc16
 HELP: crc16
 { $class-description "The crc16 checksum algorithm." } ;
 
-ARTICLE: "checksums.crc16" "crc16 checksum"
+ARTICLE: "checksums.crc16" "CRC16 checksum"
 "The crc16 checksum algorithm provides a quick but unreliable way to detect changes in data. Also known as CRC-16 and CRC-16-ANSI. Used in Bisync, Modbus, USB, ANSI X3.28 and many other protocols."
 { $subsections crc16 } ;