tests: better reports when /bin/ed is not present.
[sbcl.git] / doc / manual / gray-streams-examples.texinfo
index b2d3ed1..c26d699 100644 (file)
@@ -48,7 +48,7 @@ character input streams must implement @codew{stream-read-char} and
 
 @group
 (defclass wrapped-character-input-stream
-    (wrapped-stream fundamental-character-output-stream)
+    (wrapped-stream fundamental-character-input-stream)
   ())
 @end group