We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7b37 commit 425e456Copy full SHA for 425e456
src/math/math.js
@@ -34,7 +34,7 @@ function math(p5, fn) {
34
* <a href="#/p5.Vector">p5.Vector</a> class.
35
*
36
* @method createVector
37
- * @param {...Number} x Each component of the vector.
+ * @param {...Number} x Zero or more numbers, representing each component of the vector.
38
* @return {p5.Vector} new <a href="#/p5.Vector">p5.Vector</a> object.
39
40
* @example
0 commit comments