From 5fd53ac98db7f1f5506f3d17950483d25b3e59cb Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 21 Feb 2009 16:38:09 +0000 Subject: [PATCH] fixed typo svn: r13769 --- collects/scribblings/reference/include.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/include.scrbl b/collects/scribblings/reference/include.scrbl index 78ab8233a4..2fe0004d92 100644 --- a/collects/scribblings/reference/include.scrbl +++ b/collects/scribblings/reference/include.scrbl @@ -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.