typo from Dorai

svn: r14759
This commit is contained in:
Eli Barzilay 2009-05-09 01:01:37 +00:00
parent bac292acc6
commit b48be04645

View File

@ -749,7 +749,7 @@ the call
(regexp-match #rx"a*aa" "aaaa")
]
the matcher backtracks even further. Overall, failure is conceded
the matcher backtracks even further. Overall failure is conceded
only when all possible backtracking has been tried with no success.
Backtracking is not restricted to greedy quantifiers.