Skip to content
Merged
Prev Previous commit
Next Next commit
Update createVector description
  • Loading branch information
davepagurek authored and limzykenneth committed May 13, 2025
commit 3c9869e6e19b0182c7b028fe633050b7136d34c6
2 changes: 1 addition & 1 deletion src/math/math.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function math(p5, fn) {
* <a href="#/p5.Vector">p5.Vector</a> class.
*
* @method createVector
* @param {...Number} components Components of the vector.
* @param {...Number} x Each component of the vector.
* @return {p5.Vector} new <a href="#/p5.Vector">p5.Vector</a> object.
*
* @example
Expand Down