changeset 24264:ec4ec2f7029d stable

accumarray.m: Add '@' to function handles in docstring (bug #52418). * accumarray.m: Add '@' to function handles in docstring.
author Rik <rik@octave.org>
date Thu, 16 Nov 2017 17:24:09 -0800
parents 0f2dc8d6c34d
children 4746bd294c54
files scripts/general/accumarray.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/accumarray.m	Thu Nov 16 11:54:20 2017 -0800
+++ b/scripts/general/accumarray.m	Thu Nov 16 17:24:09 2017 -0800
@@ -47,8 +47,8 @@
 ## The elements of the returned array that have no subscripts associated
 ## with them are set to zero.  Defining @var{fillval} to some other value
 ## allows these values to be defined.  This behavior changes, however,
-## for certain values of @var{func}.  If @var{func} is @code{min}
-## (respectively, @code{max}) then the result will be filled with the
+## for certain values of @var{func}.  If @var{func} is @code{@@min}
+## (respectively, @code{@@max}) then the result will be filled with the
 ## minimum (respectively, maximum) integer if @var{vals} is of integral
 ## type, logical false (respectively, logical true) if @var{vals} is of
 ## logical type, zero if @var{fillval} is zero and all values are