fix doc typo

svn: r15821
This commit is contained in:
Matthew Flatt 2009-08-28 03:45:06 +00:00
parent a0705f29de
commit 0796519b44

View File

@ -30,7 +30,7 @@
(provide/doc
(proc-doc gif-stream?
(([v any/c]) () . ->d . [_ boolean?])
@{Returns @scheme[@t] if @scheme[v] is a GIF stream created by
@{Returns @scheme[#t] if @scheme[v] is a GIF stream created by
@scheme[gif-write], @scheme[#f] otherwise.})
(proc-doc image-ready-gif-stream?
(([v any/c]) () . ->d . [_ boolean?])