Fix typo in `string-replace' keyword name.

This commit is contained in:
Eli Barzilay 2013-02-28 01:49:38 -05:00
parent 27d79aac18
commit b84a7bce66

View File

@ -444,7 +444,7 @@ as @racket[(string-join (string-split str sep ....) space)].}
@defproc[(string-replace [str string?] @defproc[(string-replace [str string?]
[from (or/c string? regexp?)] [from (or/c string? regexp?)]
[to string?] [to string?]
[#:all all? any/c #t]) [#:all? all? any/c #t])
string?]{ string?]{
Returns @racket[str] with all occurrences of @racket[from] replaced Returns @racket[str] with all occurrences of @racket[from] replaced