diff scripts/general/accumarray.m @ 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 c299bb9f0ad0
children 72c96de7a403
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)