diff scripts/statistics/base/center.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents e0767a0965f1
children e151e23f73bc
line wrap: on
line diff
--- a/scripts/statistics/base/center.m	Mon Jul 19 06:17:54 2010 +0300
+++ b/scripts/statistics/base/center.m	Sun Jul 18 20:35:16 2010 -0700
@@ -19,7 +19,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} center (@var{x})
+## @deftypefn  {Function File} {} center (@var{x})
 ## @deftypefnx {Function File} {} center (@var{x}, @var{dim})
 ## If @var{x} is a vector, subtract its mean.
 ## If @var{x} is a matrix, do the above for each column.