diff scripts/statistics/base/median.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 6b2f14af2360
line wrap: on
line diff
--- a/scripts/statistics/base/median.m	Mon Apr 04 13:37:13 2011 -0700
+++ b/scripts/statistics/base/median.m	Mon Apr 04 15:33:46 2011 -0700
@@ -44,7 +44,7 @@
 ## If @var{x} is a matrix, compute the median value for each
 ## column and return them in a row vector.  If the optional @var{dim}
 ## argument is given, operate along this dimension.
-## @seealso{mean,mode}
+## @seealso{mean, mode}
 ## @end deftypefn
 
 ## Author: jwe