From: Chris Hanson Date: Mon, 15 May 2017 04:53:34 +0000 (-0700) Subject: Fix typo. X-Git-Tag: mit-scheme-pucked-9.2.12~14^2~58 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e9620d0a3e2700adfed7b8e2389c9f1d7c3ac8e9;p=mit-scheme.git Fix typo. --- diff --git a/doc/ref-manual/strings.texi b/doc/ref-manual/strings.texi index 568bf91f0..9a868962b 100644 --- a/doc/ref-manual/strings.texi +++ b/doc/ref-manual/strings.texi @@ -1161,8 +1161,8 @@ ordinary string matching and searching, but potentially much slower. On the other hand it is less powerful than the mechanism described in @ref{Parser Language}. -While traditional regular expressions are defined with string patterns -in which characters like @samp{[} and @samp{*} have special meanings. +Traditional regular expressions are defined with string patterns in +which characters like @samp{[} and @samp{*} have special meanings. Unfortunately, the syntax of these patterns is not only baroque but also comes in many different and mutually-incompatible varieties. As a consequence we have chosen to specify regular expressions using an