diff scripts/statistics/base/meansq.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 22a7e4690742
children be55736a0783
line wrap: on
line diff
--- a/scripts/statistics/base/meansq.m
+++ b/scripts/statistics/base/meansq.m
@@ -23,7 +23,7 @@
 ## @deftypefnx {Function File} {} meansq (@var{x}, @var{dim})
 ## For vector arguments, return the mean square of the values.
 ## For matrix arguments, return a row vector containing the mean square
-## of each column. With the optional @var{dim} argument, returns the
+## of each column.  With the optional @var{dim} argument, returns the
 ## mean squared of the values along this dimension.
 ## @end deftypefn