From 1fa2c2dc4d102c29e690d44008c4e15e2bb68b26 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 14 Feb 2008 06:14:41 +0000 Subject: [PATCH] PR9197 svn: r8659 original commit: dfc1b74d66ba7bc76d9e8a0294525b768b9749d4 --- collects/scribblings/scribble/manual.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 137e369b..c2ae0970 100644 --- a/collects/scribblings/scribble/manual.scrbl +++ b/collects/scribblings/scribble/manual.scrbl @@ -742,7 +742,7 @@ in HTML without an underline.} [pre-content any/c] ...) element?]{ Like @scheme[secref], but the link label is the @tech{decode}d -@scheme[pre-content] insteda of the target section's name.} +@scheme[pre-content] instead of the target section's name.} @defproc[(other-manual [module-path module-path?] [#:underline? underline? any/c #t])