Skip to content

Commit 73e49d3

Browse files
ksen0davepagurek
andauthored
Update src/shape/custom_shapes.js
Co-authored-by: Dave Pagurek <[email protected]>
1 parent 43521cd commit 73e49d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shape/custom_shapes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@ function customShapes(p5, fn) {
21102110
* `splineProperties({'tightness': t})`
21112111
*
21122112
* @method splineProperties
2113-
* @param {Object} An object containing key-value pairs to set.
2113+
* @param {Object} properties An object containing key-value pairs to set.
21142114
*/
21152115
fn.splineProperties = function(values) {
21162116
return this._renderer.splineProperties(values);

0 commit comments

Comments
 (0)