From bbc1406a88fbfd11c29563bdfa0ee37b917e2619 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 16 Aug 2016 16:30:15 -0700 Subject: [PATCH] checksums.crc16: fix help-lint error. --- basis/checksums/crc16/crc16-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/checksums/crc16/crc16-docs.factor b/basis/checksums/crc16/crc16-docs.factor index 81dcd2481c..59fb431e59 100644 --- a/basis/checksums/crc16/crc16-docs.factor +++ b/basis/checksums/crc16/crc16-docs.factor @@ -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 } ;