Mercurial > hg > octave-lyh
diff scripts/statistics/base/range.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 | 5fb7e17281e8 |
children | e151e23f73bc |
line wrap: on
line diff
--- a/scripts/statistics/base/range.m +++ b/scripts/statistics/base/range.m @@ -19,7 +19,7 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {} range (@var{x}) +## @deftypefn {Function File} {} range (@var{x}) ## @deftypefnx {Function File} {} range (@var{x}, @var{dim}) ## If @var{x} is a vector, return the range, i.e., the difference ## between the maximum and the minimum, of the input data.