We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c085c12 commit cd19498Copy full SHA for cd19498
1 file changed
src/shape/custom_shapes.js
@@ -1680,7 +1680,7 @@ function customShapes(p5, fn) {
1680
* ```
1681
*
1682
* The code snippet above would only draw the curve between the anchor points,
1683
- * similar to the <a href="#/p5/curve">curve()</a> function. The segments
+ * similar to the <a href="#/p5/spline">spline()</a> function. The segments
1684
* between the control and anchor points can be drawn by calling
1685
* `splineVertex()` with the coordinates of the control points:
1686
0 commit comments