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 a605d99 commit e2a117eCopy full SHA for e2a117e
1 file changed
src/math/p5.Vector.js
@@ -3241,7 +3241,7 @@ class Vector {
3241
* // Create a p5.Vector object.
3242
* let v = p5.Vector.random2D();
3243
*
3244
- * // Prints "p5.Vector Object : [x, y, 0]" to the console
+ * // Prints "p5.Vector Object : [x, y]" to the console
3245
* // where x and y are small random numbers.
3246
* print(v.toString());
3247
* }
0 commit comments