From 5e902b21918b622e8782a791941ce95354d7044a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 14 Jun 2012 13:48:43 -0400 Subject: [PATCH] Minor typo. --- 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 3fc4036cb2..6aece8aef7 100644 --- a/collects/scribblings/reference/strings.scrbl +++ b/collects/scribblings/reference/strings.scrbl @@ -478,7 +478,7 @@ which defaults to whitespace. A string @racket[sep] is matched literally Use @racket[#:left? #f] or @racket[#:right? #f] to suppress trimming the corresponding side. When @racket[repeat?] is @racket[#f] (the default), only one match is removed from each side; when -@racket[repeat?] it is true, all initial or trailing matches are +@racket[repeat?] is true, all initial or trailing matches are trimmed (which is an alternative to using a @tech{regular expression} @racket[sep] that contains @litchar{+}).