Changeset for typo in issorted() documentation
Carsten Clark
tantumquantum+gnuoctave at gmail.com
Fri May 8 03:52:05 CDT 2009
Hi,
Attached is a changeset to fix a typo in the issorted() documentation
-- "is" written where "as" was likely meant.
I'm trying this trivial change to see if I know how to send exported
changesets properly; apologies for the low signal-to-noise ratio!
Carsten Clark
-------------- next part --------------
# HG changeset patch
# User Carsten Clark <tantumquantum+gnuoctave at gmail.com>
# Date 1241767441 14400
# Node ID ce2a71767a6f39536b7beed8ce3940203a487251
# Parent 8a348e4be8bb0cf35f168383ade8be179abda602
Fix typo in documentation of issorted(): "is" written where "as" likely meant.
diff -r 8a348e4be8bb -r ce2a71767a6f src/ChangeLog
--- a/src/ChangeLog Thu May 07 18:01:48 2009 -0400
+++ b/src/ChangeLog Fri May 08 03:24:01 2009 -0400
@@ -1,3 +1,7 @@
+2009-05-08 Carsten Clark <tantumquantum+gnuoctave at gmail.com>
+
+ * data.cc (Fissorted): Fix typo in documentation entry.
+
2009-05-07 John W. Eaton <jwe at octave.org>
* graphics.h.in (base_graphics_object::set): Undo previous change.
diff -r 8a348e4be8bb -r ce2a71767a6f src/data.cc
--- a/src/data.cc Thu May 07 18:01:48 2009 -0400
+++ 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\
More information about the Bug-octave
mailing list