Fix usage typo

db4
Slava Pestov 2008-03-18 20:24:39 -05:00
parent 4ec88d6bc6
commit 23dd1f3310
1 changed files with 1 additions and 1 deletions
core/io/streams/c

2
core/io/streams/c/c-docs.factor Normal file → Executable file
View File

@ -1,5 +1,5 @@
USING: help.markup help.syntax io io.files threads
strings byte-arrays io.streams.lines io.streams.plain ;
strings byte-arrays io.streams.plain ;
IN: io.streams.c
ARTICLE: "io.streams.c" "ANSI C streams"