changeset 25578:32ddc111ff49 stable

doc: small fixes to size() and plot.txi (bug #54283). * plot.txi: Correct typo "The" -> "They" * data.cc (Fsize): Correct misuse of "then" to "than".
author Rik <rik@octave.org>
date Tue, 10 Jul 2018 20:57:59 -0700
parents b09ff039e6ff
children 07c2c42f457e
files doc/interpreter/plot.txi libinterp/corefcn/data.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Tue Jul 10 14:45:22 2018 -0700
+++ b/doc/interpreter/plot.txi	Tue Jul 10 20:57:59 2018 -0700
@@ -2251,7 +2251,7 @@
 @cindex contour series
 
 Contour group objects are created by the @code{contour}, @code{contourf}, and
-@code{contour3} functions.  The are also one of the handles returned by the
+@code{contour3} functions.  They are also one of the handles returned by the
 @code{surfc} and @code{meshc} functions.  The properties of the contour group
 are
 
--- a/libinterp/corefcn/data.cc	Tue Jul 10 14:45:22 2018 -0700
+++ b/libinterp/corefcn/data.cc	Tue Jul 10 20:57:59 2018 -0700
@@ -2624,7 +2624,7 @@
 with multiple output arguments, @code{size} returns the size of dimension N
 in the Nth argument.  The number of rows, dimension 1, is returned in the
 first argument, the number of columns, dimension 2, is returned in the
-second argument, etc.  If there are more dimensions in @var{a} then there are
+second argument, etc.  If there are more dimensions in @var{a} than there are
 output arguments, @code{size} returns the total number of elements in the
 remaining dimensions in the final output argument.