Skip to content

Commit 3c9869e

Browse files
davepagureklimzykenneth
authored andcommitted
Update createVector description
1 parent e1c8d76 commit 3c9869e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/math.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function math(p5, fn) {
3434
* <a href="#/p5.Vector">p5.Vector</a> class.
3535
*
3636
* @method createVector
37-
* @param {...Number} components Components of the vector.
37+
* @param {...Number} x Each component of the vector.
3838
* @return {p5.Vector} new <a href="#/p5.Vector">p5.Vector</a> object.
3939
*
4040
* @example

0 commit comments

Comments
 (0)