]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/encodings/8-bit/koi8-r/koi8-r-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / io / encodings / 8-bit / koi8-r / koi8-r-docs.factor
index 94e2652e2a85ffeaff6ef5eeb02a5294e5a9fc64..d63d37771d02d755a13c61c81f599698328a1d96 100644 (file)
@@ -4,7 +4,7 @@ USING: help.markup help.syntax ;
 IN: io.encodings.8-bit.koi8-r
 
 HELP: koi8-r
-{ $var-description "KOI8-R is an 8-bit superset of ASCII which encodes the Cyrillic alphabet, as used in Russian and Bulgarian. Characters are in such an order that, if the eight bit is stripped, text is still interpretable as ASCII. Block-building characters also exist." } 
+{ $var-description "KOI8-R is an 8-bit superset of ASCII which encodes the Cyrillic alphabet, as used in Russian and Bulgarian. Characters are in such an order that, if the eight bit is stripped, text is still interpretable as ASCII. Block-building characters also exist." }
 { $see-also "encodings-introduction" } ;
 
 ARTICLE: "io.encodings.8-bit.koi8-r" "KOI8-R encoding"