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:
24
24
25
25
* Support for LoongArch to JIT.
26
26
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
28
28
recognized as a quantifier. Now it means {0,3} and PCRE2 has also changed.
29
29
Note that {,} is still not a quantifier.
30
30
@@ -36,7 +36,7 @@ a list). Those that are not bugfixes or code tidies are:
36
36
* Changed the meaning of \w and its synonyms and derivatives (\b and \B) in UCP
37
37
mode to follow Perl. It now matches characters whose general categories are L
38
38
or N or whose particular categories are Mn (non-spacing mark) or Pc
39
- (combining puntuation ).
39
+ (combining punctuation ).
40
40
41
41
* Changed the default meaning of [:xdigit:] in UCP mode to follow Perl. It now
42
42
matches the "fullwidth" versions of hex digits. PCRE2_EXTRA_ASCII_DIGIT can
You can’t perform that action at this time.
0 commit comments