changeset 24526:d68d1096d294

doc: Another tweak to lookup() documentation (bug #52785). * lookup.cc (Flookup): Change remaining instance of 'val' to input variable 'y'.
author Rik <rik@octave.org>
date Thu, 04 Jan 2018 21:30:21 -0800
parents a8eb8a734b9d
children abd196490ed3
files libinterp/corefcn/lookup.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/lookup.cc	Fri Jan 05 00:21:08 2018 -0500
+++ b/libinterp/corefcn/lookup.cc	Thu Jan 04 21:30:21 2018 -0800
@@ -222,7 +222,7 @@
 otherwise, @code{idx(i)} is zero.
 
 @item b
-Boolean.  @code{idx(i)} is a logical 1 or 0, indicating whether @code{val(i)}
+Boolean.  @code{idx(i)} is a logical 1 or 0, indicating whether @code{y(i)}
 is contained in table or not.
 
 @item l