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