commit c63d3e7ccb253a7c8a54db5eff8d33d012e1876f
parent fbeaeef62eab3cdc123e890833d4fb3faf74104d
Author: Ben Greenman <benjaminlgreenman@gmail.com>
Date: Thu, 1 Nov 2018 19:51:17 -0400
typo: fix function name in link
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scribble-doc/scribblings/scribble/base.scrbl b/scribble-doc/scribblings/scribble/base.scrbl
@@ -737,7 +737,7 @@ which is normally defined using @racket[elemtag].}
Creates an index element given a plain-text string---or list of
strings for a hierarchy, such as @racket['("strings" "plain")] for a
``plain'' entry below a more general ``strings'' entry. As index keys,
-the strings are ``cleaned'' using @racket[clean-up-index-strings]. The
+the strings are ``cleaned'' using @racket[clean-up-index-string]. The
strings (without clean-up) also serve as the text to render in the
index. The @tech{decode}d @racket[pre-content] is the text to appear
inline as the index target.