aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interpolate.maple2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpolate.maple b/src/interpolate.maple
index 9333d3e..2a6d322 100644
--- a/src/interpolate.maple
+++ b/src/interpolate.maple
@@ -50,7 +50,7 @@
# coordinates, having the coefficients as global variables. For
# example,
# proc(x,y) c00 + c10*x + c01*y end proc
-# coeff_list = A set of the interpolation coefficients (coefficients in
+# coeff_list = A list of the interpolation coefficients (coefficients in
# the interpolation function), for example [c00, c10, c01].
# coord_list = A list of the coordinates (independent variables in the
# interpolation function), for example [x,y].