Fix typo and regenerate docs.

[SVN r64216]
This commit is contained in:
John Maddock
2010-07-21 10:37:35 +00:00
parent ac2017ebc7
commit 09c9e93572
32 changed files with 196 additions and 196 deletions

View File

@ -143,7 +143,7 @@ consume as little input as possible while still producing a match.
={n,m}?= Matches the previous atom between n and m times, while
consuming as little input as possible.
[h4 Pocessive repeats]
[h4 Possessive repeats]
By default when a repeated pattern does not match then the engine will backtrack until
a match is found. However, this behaviour can sometime be undesireable so there are