diff scripts/statistics/base/ranks.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/ranks.m	Mon Apr 04 13:37:13 2011 -0700
+++ b/scripts/statistics/base/ranks.m	Mon Apr 04 15:33:46 2011 -0700
@@ -21,7 +21,7 @@
 ## Return the ranks of @var{x} along the first non-singleton dimension
 ## adjusted for ties.  If the optional argument @var{dim} is
 ## given, operate along this dimension.
-## @seealso{spearman,kendall}
+## @seealso{spearman, kendall}
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>