]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/streams/duplex/duplex-docs.factor
Fixing assorted compile errors and help lint warnings
[factor.git] / basis / io / streams / duplex / duplex-docs.factor
index ca4f424fb6cadf1751d081bc67b21f3d631e54c0..48afafeec742ac253e3f74c78f633fb9fba7e097 100644 (file)
@@ -15,7 +15,7 @@ HELP: duplex-stream
 { $class-description "A bidirectional stream wrapping an input and output stream." } ;
 
 HELP: <duplex-stream>
-{ $values { "in" "an input stream" } { "out" "an output stream" } { "stream" " a duplex stream" } }
+{ $values { "in" "an input stream" } { "out" "an output stream" } { "duplex-stream" duplex-stream } }
 { $description "Creates a duplex stream. Writing to a duplex stream will write to " { $snippet "out" } ", and reading from a duplex stream will read from " { $snippet "in" } ". Closing a duplex stream closes both the input and output streams." } ;
 
 HELP: with-stream