diff scripts/statistics/base/mode.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents eb63fbe60fab
children 634274aaa183
line wrap: on
line diff
--- a/scripts/statistics/base/mode.m
+++ b/scripts/statistics/base/mode.m
@@ -18,14 +18,14 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{m}, @var{f}, @var{c}] =} mode (@var{x}, @var{dim})
-## Count the most frequently appearing value. @code{mode} counts the 
+## Count the most frequently appearing value.  @code{mode} counts the 
 ## frequency along the first non-singleton dimension and if two or more
 ## values have te same frequency returns the smallest of the two in
-## @var{m}. The dimension along which to count can be specified by the
+## @var{m}.  The dimension along which to count can be specified by the
 ## @var{dim} parameter.
 ##
 ## The variable @var{f} counts the frequency of each of the most frequently 
-## occurring elements. The cell array @var{c} contains all of the elements
+## occurring elements.  The cell array @var{c} contains all of the elements
 ## with the maximum frequency .
 ## @end deftypefn