changeset 31517:b2882cf2a547 stable

NEWS.8.md: Minor copyedits to preexisting items
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 23 Nov 2022 04:56:45 -0500
parents e88ad18ca0ee
children 026b1a77f098 e3a133bf920f
files etc/NEWS.8.md
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Wed Nov 23 04:55:03 2022 -0500
+++ b/etc/NEWS.8.md	Wed Nov 23 04:56:45 2022 -0500
@@ -4,7 +4,7 @@
 ### General improvements
 
 - Octave's libraries are now built using symbol visibility by default.
-  That means that less symbols are exported from these libraries.
+  That means that fewer symbols are exported from these libraries.
   Configure with `--disable-lib-visibility-flags` to export all symbols
   (as in previous versions).
 
@@ -36,9 +36,9 @@
 - `Refine` option is now implemented in functions `ode45`, `ode23`,
   and `ode23s`.
 
-- Octave is now compatible to PCRE2 (UTF-8). PCRE2 is preferred over PCRE
-  if both are installed.  Configure with `--without-pcre2` if you prefer
-  that Octave uses PCRE in this case.
+- Octave is now compatible with PCRE2 (UTF-8).  PCRE2 is preferred over PCRE
+  if both are installed.  Configure with `--without-pcre2` if you prefer Octave
+  to use PCRE in this case.
 
 ### Graphical User Interface