Merge pull request #1091 from dyslexicon/master

Fix English
This commit is contained in:
Ilya Kantor 2019-06-27 23:41:47 +03:00 committed by GitHub
commit a808537d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ These common words do not make it obvious why the regexp fails, so let's elabora
3. Then the dot repeats because of the quantifier `pattern:.+`. The regular expression engine builds the match by taking characters one by one while it is possible.
...When it becomes impossible? All characters match the dot, so it only stops when it reaches the end of the string:
...When does it become impossible? All characters match the dot, so it only stops when it reaches the end of the string:
![](witch_greedy3.png)