Skip to content

Commit 202dcdc

Browse files
ksen0davepagurek
andauthored
Update src/shape/custom_shapes.js
Co-authored-by: Dave Pagurek <[email protected]>
1 parent cf4caae commit 202dcdc

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
@@ -2109,7 +2109,7 @@ function customShapes(p5, fn) {
21092109
/**
21102110
* @method splineProperty
21112111
* @param {String} property
2112-
* @returns value The current value for the given property.
2112+
* @returns The current value for the given property.
21132113
*/
21142114
fn.splineProperty = function(property, value) {
21152115
return this._renderer.splineProperty(property, value);

0 commit comments

Comments
 (0)