diff libinterp/corefcn/__lin_interpn__.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents aba2e6293dd8
children 112b20240c87
line wrap: on
line diff
--- a/libinterp/corefcn/__lin_interpn__.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/corefcn/__lin_interpn__.cc	Thu May 19 18:48:52 2016 -0700
@@ -250,7 +250,7 @@
 
 // Perform @var{n}-dimensional interpolation.  Each element of then
 // @var{n}-dimensional array @var{v} represents a value at a location
-// given by the parameters @var{x1}, @var{x2},...,@var{xn}. The parameters
+// given by the parameters @var{x1}, @var{x2},...,@var{xn}.  The parameters
 // @var{x1}, @var{x2}, @dots{}, @var{xn} are either @var{n}-dimensional
 // arrays of the same size as the array @var{v} in the \"ndgrid\" format
 // or vectors.  The parameters @var{y1}, @var{y2}, @dots{}, @var{yn} are