Skip to content

Commit aa51f00

Browse files
authored
Minor typo fixes in NEWS file (#380)
1 parent cb22012 commit aa51f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ a list). Those that are not bugfixes or code tidies are:
2424

2525
* Support for LoongArch to JIT.
2626

27-
* Perl changed the meaning of (for examle) {,3} which did not used to be
27+
* Perl changed the meaning of (for example) {,3} which did not used to be
2828
recognized as a quantifier. Now it means {0,3} and PCRE2 has also changed.
2929
Note that {,} is still not a quantifier.
3030

@@ -36,7 +36,7 @@ a list). Those that are not bugfixes or code tidies are:
3636
* Changed the meaning of \w and its synonyms and derivatives (\b and \B) in UCP
3737
mode to follow Perl. It now matches characters whose general categories are L
3838
or N or whose particular categories are Mn (non-spacing mark) or Pc
39-
(combining puntuation).
39+
(combining punctuation).
4040

4141
* Changed the default meaning of [:xdigit:] in UCP mode to follow Perl. It now
4242
matches the "fullwidth" versions of hex digits. PCRE2_EXTRA_ASCII_DIGIT can

0 commit comments

Comments
 (0)