changeset 9194:41a0fc5c4600

Fix typo in documentation of issorted()
author Carsten Clark <tantumquantum+gnuoctave@gmail.com>
date Fri, 08 May 2009 03:24:01 -0400
parents 5fb7e17281e8
children d18be838d5c4
files src/ChangeLog src/data.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat May 09 18:04:05 2009 +0200
+++ b/src/ChangeLog	Fri May 08 03:24:01 2009 -0400
@@ -1,3 +1,7 @@
+2009-05-08  Carsten Clark <tantumquantum+gnuoctave@gmail.com>
+
+	* data.cc (Fissorted): Fix typo in documentation entry.
+
 2009-05-07  Robert T. Short  <octave@phaselockedsystems.com>
 
 	* ov-class.h, ov-class.cc (octave_class::reconstruct_exemplar):
--- a/src/data.cc	Sat May 09 18:04:05 2009 +0200
+++ b/src/data.cc	Fri May 08 03:24:01 2009 -0400
@@ -5721,7 +5721,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Function File} {} issorted (@var{a}, @var{rows})\n\
 Returns true if the array is sorted, ascending or descending.\n\
-NaNs are treated is by @code{sort}.  If @var{rows} is supplied and\n\
+NaNs are treated as by @code{sort}.  If @var{rows} is supplied and\n\
 has the value \"rows\", checks whether the array is sorted by rows\n\
 as if output by @code{sortrows} (with no options).\n\
 \n\