Fix typo in ChangeLog.

This commit is contained in:
Philip.Hazel 2016-12-29 15:54:23 +00:00
parent 62659dd2f3
commit a3cb2c761d
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ group must, of course be of fixed length.
support enabled, reading past the end of the pattern is detected, both when
compiling and during callout processing.
6. \g{+<number>} (e.g. \g{+2)} ) is now supported. It is a "forward back
6. \g{+<number>} (e.g. \g{+2} ) is now supported. It is a "forward back
reference" and can be useful in repetitions (compare \g{-<number>} ). Perl does
not recognize this syntax.