changeset 21993:a937963aacc9

* warning_ids.m: Doc fix for array-as-logical.
author John W. Eaton <jwe@octave.org>
date Wed, 29 Jun 2016 11:56:42 -0400
parents 03c692adf563
children 02216516bbfe
files scripts/help/warning_ids.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/warning_ids.m	Wed Jun 29 09:21:50 2016 -0400
+++ b/scripts/help/warning_ids.m	Wed Jun 29 11:56:42 2016 -0400
@@ -24,7 +24,7 @@
 ## By default, the @code{Octave:abbreviated-property-match} warning is enabled.
 ##
 ## @item Octave:array-as-logical
-## If the @code{Octave:array-to-scalar} warning is enabled,
+## If the @code{Octave:array-as-logical} warning is enabled,
 ## Octave will warn when an array of size greater than 1x1 is used
 ## as a truth value in an if, while or until statement.
 ## By default, the @code{Octave:array-as-logical} warning is disabled.