From b84a7bce66c0109b7a1f46f2b779c931b4fdef0c Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 28 Feb 2013 01:49:38 -0500 Subject: [PATCH] Fix typo in `string-replace' keyword name. --- collects/scribblings/reference/strings.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/strings.scrbl b/collects/scribblings/reference/strings.scrbl index b89708643c..df7055db72 100644 --- a/collects/scribblings/reference/strings.scrbl +++ b/collects/scribblings/reference/strings.scrbl @@ -444,7 +444,7 @@ as @racket[(string-join (string-split str sep ....) space)].} @defproc[(string-replace [str string?] [from (or/c string? regexp?)] [to string?] - [#:all all? any/c #t]) + [#:all? all? any/c #t]) string?]{ Returns @racket[str] with all occurrences of @racket[from] replaced