fix minor newdoc typo

svn: r6539
This commit is contained in:
Matthew Flatt 2007-06-08 05:41:39 +00:00
parent 0bcb4f9f09
commit 8c6f3b70de

View File

@ -35,5 +35,5 @@ Keywords should not be used simply as another kind of symbol. Use
symbols, instead of keywords, for run-time flags and enumerations.
@examples[
(code:line (bytes->path #"/usr/tmp" 'unix) (code:comment #, @t{@scheme['unix], not @scheme[#:unix]}))
(code:line (bytes->path #"/usr/tmp" 'unix) (code:comment #, @t{@scheme['unix], not @scheme['#:unix]}))
]