changeset 27066:2fd1ee5574d7

doc: Fix typo in cset ffdfeb835aef. * warning_ids.m: Fix name of warning ID from "Octave:index" to "Octave:empty-index".
author Rik <rik@octave.org>
date Wed, 24 Apr 2019 08:10:33 -0700
parents cc8182b32f60
children 9cf1a1732201
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	Tue Apr 23 15:57:08 2019 -0700
+++ b/scripts/help/warning_ids.m	Wed Apr 24 08:10:33 2019 -0700
@@ -174,7 +174,7 @@
 ## enabled.
 ##
 ## @item Octave:empty-index
-## If the @code{Octave:index} warning is enabled then Octave will emit a
+## If the @code{Octave:empty-index} warning is enabled then Octave will emit a
 ## warning whenever indexing operators are used without an index, for example
 ## @code{@var{x}()}.
 ## By default, the @code{Octave:empty-index} warning is enabled.