Update regexp-syntax.asciidoc (#43021)

Corrects a typo.
This commit is contained in:
Shubham Vipul Majmudar 2019-06-10 02:11:09 -07:00 committed by Alan Woodward
parent a5d4591af7
commit b2e7045b50
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ follows a tilde `"~"` is negated. For instance, `"ab~cd" means:
* Starts with `a`
* Followed by `b`
* Followed by a string of any length that it anything but `c`
* Followed by a string of any length that is anything but `c`
* Ends with `d`
For the string `"abcdef"`: