From 1f7d95bdc5896fe0c3700d57b7cef410ba040701 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 11 Feb 2024 18:04:28 +0700 Subject: [PATCH] Minor typo fixes in NEWS file --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1ad314652..6ff5b19b1 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,7 @@ a list). Those that are not bugfixes or code tidies are: * Support for LoongArch to JIT. -* Perl changed the meaning of (for examle) {,3} which did not used to be +* Perl changed the meaning of (for example) {,3} which did not used to be recognized as a quantifier. Now it means {0,3} and PCRE2 has also changed. Note that {,} is still not a quantifier. @@ -36,7 +36,7 @@ a list). Those that are not bugfixes or code tidies are: * Changed the meaning of \w and its synonyms and derivatives (\b and \B) in UCP mode to follow Perl. It now matches characters whose general categories are L or N or whose particular categories are Mn (non-spacing mark) or Pc - (combining puntuation). + (combining punctuation). * Changed the default meaning of [:xdigit:] in UCP mode to follow Perl. It now matches the "fullwidth" versions of hex digits. PCRE2_EXTRA_ASCII_DIGIT can