fixed typo

svn: r13769
This commit is contained in:
Robby Findler 2009-02-21 16:38:09 +00:00
parent 327fa47487
commit 5fd53ac98d

View File

@ -7,9 +7,9 @@
@defform/subs[#:literals (file lib)
(include path-spec)
([include-spec string
(file string)
(lib string ...+)])]{
([path-spec string
(file string)
(lib string ...+)])]{
Inlines the syntax in the file designated by @scheme[path-spec] in
place of the @scheme[include] expression.