Skip to content

Commit 0a33809

Browse files
committed
p5.Vector dimensional misspelling fixed
1 parent 318ed32 commit 0a33809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/p5.Vector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Vector {
5151
}
5252

5353
/**
54-
* Gets the values of the N-dimentional vector.
54+
* Gets the values of the N-dimensional vector.
5555
*
5656
* This method returns an array of numbers that represent the vector.
5757
* Each number in the array corresponds to a different component of the vector,

0 commit comments

Comments
 (0)