Mercurial > hg > octave-nkf
diff scripts/polynomial/mkpp.m @ 10711:fbd7843974fa
Periodic grammar check of documentation files to ensure common format.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 16 Jun 2010 20:36:55 -0700 |
parents | 31900e17b5f5 |
children | be55736a0783 |
line wrap: on
line diff
--- a/scripts/polynomial/mkpp.m +++ b/scripts/polynomial/mkpp.m @@ -28,8 +28,8 @@ ## @code{rows (@var{p}) == length (@var{x}) - 1}. ## ## @var{p} may also be a multi-dimensional array, specifying a vector-valued -## or array-valued polynomial. The shape is determined by @var{d}. If @var{d} is -## not given, the default is @code{size (p)(1:end-2)}. If @var{d} is given, the +## or array-valued polynomial. The shape is determined by @var{d}. If @var{d} is +## not given, the default is @code{size (p)(1:end-2)}. If @var{d} is given, the ## leading dimensions of @var{p} are reshaped to conform to @var{d}. ## ## @seealso{unmkpp, ppval, spline}