doc bug for replicate fixed

svn: r15686
This commit is contained in:
Matthias Felleisen 2009-08-07 18:37:09 +00:00
parent 450d9b604e
commit 1fe887fd9a

View File

@ -370,7 +370,7 @@
((beginner-string-ith string-ith) (string nat -> string) ((beginner-string-ith string-ith) (string nat -> string)
"to extract the ith 1-letter substring from the given one") "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") "to replicate the given string")
((beginner-int->string int->string) (integer -> string) ((beginner-int->string int->string) (integer -> string)
"to convert an integer in [0,55295] or [57344 1114111] to a 1-letter string") "to convert an integer in [0,55295] or [57344 1114111] to a 1-letter string")