checksums.crc16: fix help-lint error.

char-rename
John Benediktsson 2016-08-16 16:30:15 -07:00
parent c0dce12ada
commit bbc1406a88
1 changed files with 1 additions and 1 deletions

View 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 } ;