From 1fe887fd9a9eccba25be331e7805035d96d7d1c6 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 7 Aug 2009 18:37:09 +0000 Subject: [PATCH] doc bug for replicate fixed svn: r15686 --- collects/lang/private/beginner-funs.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/lang/private/beginner-funs.ss b/collects/lang/private/beginner-funs.ss index d946848c97..b8d97c8017 100644 --- a/collects/lang/private/beginner-funs.ss +++ b/collects/lang/private/beginner-funs.ss @@ -370,7 +370,7 @@ ((beginner-string-ith string-ith) (string nat -> string) "to extract the ith 1-letter substring from the given one") - ((beginner-replicate replicate) (string nat -> string) + ((beginner-replicate replicate) (nat string -> string) "to replicate the given string") ((beginner-int->string int->string) (integer -> string) "to convert an integer in [0,55295] or [57344 1114111] to a 1-letter string")