File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments