changeset 22482:ea8d53084b06

external.txi: Fix typo 'useless' -> 'unless'. * external.txi: Fix typo 'useless' -> 'unless'.
author Rik <rik@octave.org>
date Wed, 14 Sep 2016 10:53:45 -0700
parents 9263b2889003
children 9e90abc3718e
files doc/interpreter/external.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/external.txi	Wed Sep 14 10:40:17 2016 -0700
+++ b/doc/interpreter/external.txi	Wed Sep 14 10:53:45 2016 -0700
@@ -615,8 +615,8 @@
 rows and columns, but only a million nonzero elements.  Therefore the
 number of rows by the number of columns in this case is more than two
 hundred times the maximum value that can be represented by an unsigned int.
-The use of @code{numel} should therefore be avoided useless it is known
-it won't overflow.
+The use of @code{numel} should therefore be avoided unless it is known
+that it will not overflow.
 
 Extreme care must be take with the elem method and the @qcode{"()"} operator,
 which perform basically the same function.  The reason is that if a