From 3ccb725645f0539b8daa14b6bf769c601f288527 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 11 Oct 2019 20:47:21 +0800 Subject: [PATCH] update doc --- docs/lib2-bspline_curve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2-bspline_curve.md b/docs/lib2-bspline_curve.md index 5c24b9a2..9333ba76 100644 --- a/docs/lib2-bspline_curve.md +++ b/docs/lib2-bspline_curve.md @@ -70,7 +70,7 @@ [ 10, 0] ]; - // For a clamped B-spline curve, the first knot and the last knot must be of multiplicity degree + 1. + // For a clamped B-spline curve, the first `degree + 1` and the last `degree + 1` knots must be identical. knots = [0, 0, 0, 1, 2, 2, 2]; color("red") for(p = points) {