Skip to content
Merged
Prev Previous commit
Update createVector description some more
  • Loading branch information
davepagurek authored and limzykenneth committed May 13, 2025
commit c9b430f96ca711ce51e12cd0b20fb18d00813cac
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} x Each component of the vector.
* @param {...Number} x Zero or more numbers, representing each component of the vector.
* @return {p5.Vector} new <a href="#/p5.Vector">p5.Vector</a> object.
*
* @example
Expand Down