fix typecheck error. Error was caused by using "stdio" instead of stdio

symbol.
cvs
Chris Double 2004-12-29 03:12:37 +00:00
parent f3a37722e6
commit d9328473d1
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ USE: html
#! Run the quotation inside an HTML stream wrapped #! Run the quotation inside an HTML stream wrapped
#! around stdio. #! around stdio.
<pre> <pre>
"stdio" get <html-stream> [ stdio get <html-stream> [
call call
] with-stream ] with-stream
</pre> ; </pre> ;

View File

@ -41,7 +41,7 @@ USE: prettyprint
<namespace> [ <namespace> [
"responder" "inspect" put "responder" "inspect" put
<pre> <pre>
"stdio" get <html-stream> [ stdio get <html-stream> [
apropos. apropos.
] with-stream ] with-stream
</pre> </pre>