typo: 'by precede it'

Closes #2499
This commit is contained in:
Ben Greenman 2019-02-20 12:17:15 -05:00 committed by GitHub
parent d185257a75
commit 6bd54d24a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ character that would need escaping inside a Racket string is
@litchar{"}.}
If we needed to match the character @litchar{.} itself, we can escape
it by precede it with a @litchar{\}. The character sequence
it by preceding it with a @litchar{\}. The character sequence
@litchar{\.} is thus a @tech{metasequence}, since it doesn't match
itself but rather just @litchar{.}. So, to match @litchar{a},
@litchar{.}, and @litchar{c} in succession, we use the regexp pattern