diff --git a/src/core/shape/curves.js b/src/core/shape/curves.js index 8da1ae1569..7821b40b35 100644 --- a/src/core/shape/curves.js +++ b/src/core/shape/curves.js @@ -454,7 +454,7 @@ p5.prototype.curveTightness = function(t) { * @param {Number} c coordinate of second point * @param {Number} d coordinate of second control point * @param {Number} t value between 0 and 1 - * @return {Number} bezier value at position t + * @return {Number} Curve value at position t * @example *