changeset 17571:6e4ea5c8a4bb

NEWS: Re-word a sentance about ostrsplit behavior. NEWS: Re-word a sentance about ostrsplit behavior.
author Rik <rik@octave.org>
date Fri, 04 Oct 2013 16:56:42 -0700
parents 1c7d768c3847
children 7bb76a22cde1
files NEWS
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Oct 04 16:10:22 2013 -0400
+++ b/NEWS	Fri Oct 04 16:56:42 2013 -0700
@@ -141,6 +141,7 @@
  ** A TeX parser has been implemented for the FLTK toolkit and is the default
     for any text object including titles and axis labels.  The TeX parser is
     supported only for display on a monitor, not for printing.
+
     A quick summary of features:
 
     Code         Feature     Example             Comment
@@ -231,11 +232,11 @@
        [1,2] = 3
       }
 
-    (2) By default, Matlab treats consecutive delimiters are as a single
+    (2) By default, Matlab treats consecutive delimiters as a single
     delimiter.  By default, Octave's legacy behavior was to return an
     empty string for the part between the delmiters.
 
-    Where the legacy behavior is desired, the call to strsplit() may be
+    Where legacy behavior is desired, the call to strsplit() may be
     replaced by ostrsplit(), which is Octave's original implementation of
     strsplit().