changeset 29824:6e42c37fbc8a stable

ind2sub: Fix typo in "see also" section of docstring (bug #60842). * libinterp/corefcn/sub2ind.cc (Find2sub): Add "sub2ind" to list of references in "see also" section instead of "ind2sub".
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 28 Jun 2021 10:03:20 +0200
parents 340d6d3dcc94
children 290eff7148bb
files libinterp/corefcn/sub2ind.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/sub2ind.cc	Fri Jun 25 07:23:13 2021 +0200
+++ b/libinterp/corefcn/sub2ind.cc	Mon Jun 28 10:03:20 2021 +0200
@@ -255,7 +255,7 @@
     @result{} r =  2   8
 @end group
 @end example
-@seealso{ind2sub, size}
+@seealso{sub2ind, size}
 @end deftypefn */)
 {
   if (args.length () != 2)