diff scripts/general/interp2.m @ 19795:ca7599ae464d

doc: Grammarcheck documentation ahead of 4.0 release. * plot.txi, data.cc, graphics.cc, ordschur.cc, __ilu__.cc, __osmesa_print__.cc, audiodevinfo.cc, soundsc.m, interp2.m, interp3.m, interpn.m, annotation.m, zoom.m: Grammarcheck documentation ahead of 4.0 release.
author Rik <rik@octave.org>
date Fri, 20 Feb 2015 14:26:36 -0800
parents 4197fc428c7d
children 9fc020886ae9
line wrap: on
line diff
--- a/scripts/general/interp2.m	Fri Feb 20 14:24:17 2015 -0800
+++ b/scripts/general/interp2.m	Fri Feb 20 14:26:36 2015 -0800
@@ -70,7 +70,7 @@
 ## throughout the curve.
 ## @end table
 ##
-## @var{extrap} is a scalar number. It replaces values beyond the endpoints
+## @var{extrap} is a scalar number.  It replaces values beyond the endpoints
 ## with @var{extrap}.  Note that if @var{extrapval} is used, @var{method} must
 ## be specified as well.  If @var{extrap} is omitted and the @var{method} is
 ## @qcode{"spline"}, then the extrapolated values of the @qcode{"spline"} are