fix minor newdoc typo
svn: r6539
This commit is contained in:
parent
0bcb4f9f09
commit
8c6f3b70de
|
@ -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.
|
symbols, instead of keywords, for run-time flags and enumerations.
|
||||||
|
|
||||||
@examples[
|
@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]}))
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user