]> gitweb.factorcode.org Git - factor.git/commitdiff
documentation fixes
authorwayo.cavazos <wayo.cavazos@gmail.com>
Fri, 31 Mar 2006 00:50:04 +0000 (00:50 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Fri, 31 Mar 2006 00:50:04 +0000 (00:50 +0000)
doc/handbook/streams.facts

index 16bf07225ab3f53f5a3aed58b7715eff62274d88..bb66229cba09703e78c4a462539b1b4deaec4cda 100644 (file)
@@ -24,7 +24,7 @@ GLOSSARY: "output stream" "an object responding to the output words of the " { $
 GLOSSARY: "bidirectional stream" "an object that is both an input and output stream" ;
 
 ARTICLE: "stream-protocol" "Stream protocol"
-"The stream protocol consits of a large number of generic words, many of which are optional."
+"The stream protocol consists of a large number of generic words, many of which are optional."
 $terpri
 "A word required to be implemented for all streams:"
 { $subsection stream-close }
@@ -86,8 +86,6 @@ ARTICLE: "character-styles" "Character styles"
 "Character styles for " { $link stream-format } ":"
 { $subsection foreground }
 { $subsection background }
-{ $subsection foreground }
-{ $subsection background }
 { $subsection font }
 { $subsection font-size }
 { $subsection font-style }