changeset 14124:4b07db9dd976 stable

accumarray.m: Fix trivial typo in docstring.
author Ben Abbott <bpabbott@mac.com>
date Thu, 29 Dec 2011 22:01:39 -0500
parents 2f742be03f90
children abbb07913e0a
files scripts/general/accumarray.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/accumarray.m	Thu Dec 29 15:36:59 2011 -0500
+++ b/scripts/general/accumarray.m	Thu Dec 29 22:01:39 2011 -0500
@@ -107,7 +107,7 @@
 ##
 ## @noindent
 ## For repeated indices, @code{sparse} adds the corresponding value. To
-## take the minimum instead, use @min as an accumulator function:
+## take the minimum instead, use @code{min} as an accumulator function:
 ##
 ## @example
 ## accumarray ([@var{i}, @var{j}], @var{sv}', [], @@min, 0, true)