]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums.stream: article title must begin with a capital letter.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Jun 2016 21:30:24 +0000 (14:30 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Jun 2016 21:30:24 +0000 (14:30 -0700)
basis/checksums/stream/stream-docs.factor

index 1e167c829718fe936f0804040eb861fed6e3043c..d8a9c6143ac79777c2c52da0cb4d6a81763ea61b 100644 (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"