X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fgray-streams-examples.texinfo;h=c26d699d0d458479a8a4363987c7642e39a6a243;hb=1ee20a4186d01454f5cf61a3049160c174568305;hp=b2d3ed11dbcb4deb81576abf62321a6d2fbdc3c4;hpb=aa088b8747bfa6de349fc99655f3b511970c6677;p=sbcl.git diff --git a/doc/manual/gray-streams-examples.texinfo b/doc/manual/gray-streams-examples.texinfo index b2d3ed1..c26d699 100644 --- a/doc/manual/gray-streams-examples.texinfo +++ b/doc/manual/gray-streams-examples.texinfo @@ -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