Fixed a typo in the regexp doc.

This commit is contained in:
Vincent St-Amour 2010-05-13 16:43:12 -04:00
parent bac7ff3bdf
commit 0837e47ce7

View File

@ -333,7 +333,7 @@ bracketed expressions: @litchar{\d} matches a digit
@margin-note{Following regexp custom, we identify ``word'' characters
as @litchar{[A-Za-z0-9_]}, although these are too restrictive for what
a Racketr might consider a ``word.''}
a Racketeer might consider a ``word.''}
The upper-case versions of these metasequences stand for the
inversions of the corresponding character classes: @litchar{\D}