checksums.stream: article title must begin with a capital letter.

char-rename
John Benediktsson 2016-06-29 14:30:24 -07:00
parent 853d470179
commit 0feed3c35d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: checksums help.markup help.syntax ;
IN: checksums.stream
ARTICLE: "checksums.stream" "stream-checksum"
ARTICLE: "checksums.stream" "Stream Checksum"
"The instances of the " { $link stream-checksum } " mixin must implement " { $link checksum-stream } "." ;
ABOUT: "checksums.stream"