Skip to content

Commit cd19498

Browse files
authored
curve()---->spline()
1 parent c085c12 commit cd19498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shape/custom_shapes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ function customShapes(p5, fn) {
16801680
* ```
16811681
*
16821682
* 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
1683+
* similar to the <a href="#/p5/spline">spline()</a> function. The segments
16841684
* between the control and anchor points can be drawn by calling
16851685
* `splineVertex()` with the coordinates of the control points:
16861686
*

0 commit comments

Comments
 (0)