diff scripts/general/interp1.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 95c3e38098bf
children 3140cb7a05a1
line wrap: on
line diff
--- a/scripts/general/interp1.m	Wed Jun 16 23:45:13 2010 +0200
+++ b/scripts/general/interp1.m	Wed Jun 16 20:36:55 2010 -0700
@@ -60,7 +60,7 @@
 ## @var{y}, @var{method}, 'pp'), @var{xi}) == interp1 (@var{x}, @var{y},
 ## @var{xi}, @var{method}, 'extrap')}.
 ##
-## Duplicate points in @var{x} specify a discontinuous interpolant. There
+## Duplicate points in @var{x} specify a discontinuous interpolant.  There
 ## should be at most 2 consecutive points with the same value.
 ## The discontinuous interpolant is right-continuous if @var{x} is increasing,
 ## left-continuous if it is decreasing.