diff --git a/basis/help/handbook/handbook.factor b/basis/help/handbook/handbook.factor index 0ceedfecb9..d1d9ca049a 100644 --- a/basis/help/handbook/handbook.factor +++ b/basis/help/handbook/handbook.factor @@ -166,16 +166,16 @@ ARTICLE: "io" "Input and output" { $heading "Encodings" } { $subsection "encodings-introduction" } { $subsection "io.encodings" } -{ $heading "Wrapper streams:" } +{ $heading "Wrapper streams" } { $subsection "io.streams.duplex" } { $subsection "io.streams.plain" } { $subsection "io.streams.string" } { $subsection "io.streams.byte-array" } -{ $heading "Utilities:" } +{ $heading "Utilities" } { $subsection "stream-binary" } { $subsection "styles" } { $subsection "checksums" } -{ $heading "Implementation:" } +{ $heading "Implementation" } { $subsection "io.streams.c" } { $subsection "io.ports" } { $see-also "destructors" } ;