From 8f6f666a2a872f95d7bcc61585eca8ad0760a2cd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 12 Nov 2008 14:40:01 -0600 Subject: [PATCH] Neither here nor there --- basis/help/handbook/handbook.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ;