Stack effect comment typo in io.files

db4
Daniel Ehrenberg 2008-03-05 19:14:58 -06:00
parent 946d3e7414
commit d8858ef924
1 changed files with 2 additions and 2 deletions

View File

@ -218,10 +218,10 @@ M: pathname <=> [ pathname-string ] compare ;
dupd <file-reader> swap file-length <sbuf>
[ stream-copy ] keep >string ;
: with-file-reader ( path quot -- )
: with-file-reader ( path encoding quot -- )
>r <file-reader> r> with-stream ; inline
: with-file-writer ( path quot -- )
: with-file-writer ( path encoding quot -- )
>r <file-writer> r> with-stream ; inline
: with-file-appender ( path encoding quot -- )