commit 08351c1a399863c5bbb5a1f69ebffa0ae946c5d8
parent 73fa928ff50a20028be520c3a283771666867899
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 2 Oct 2009 19:45:41 +0000
add unsafe-fx->fl; avoid some gcc warnings
svn: r16221
original commit: 01d15eb9b62e7b0499dba81c41a74d9ea33cc391
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl
@@ -164,7 +164,7 @@ hyperlinked to the module path's definition as created by
@scheme[defmodule].}
@defform[(schememodlink datum pre-content-expr ...)]{
-Like @scheme[schememodlink], but separating the module path to link
+Like @scheme[schememod], but separating the module path to link
from the content to be linked. The @scheme[datum] module path is always
linked, even if it is not an identifier.}