Skip to content

Commit 8d0ba06

Browse files
authored
Merge pull request #6814 from pie999/patch-1
Fix mistake in p5.Vector.rotate() documentation
2 parents ef4647f + 06960c4 commit 8d0ba06

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
@@ -1766,7 +1766,7 @@ p5.Vector = class {
17661766
*
17671767
* drawArrow(v0, v1, 'black');
17681768
*
1769-
* describe('A black arrow extends from the center of a gray square. The arrow rotates counterclockwise.');
1769+
* describe('A black arrow extends from the center of a gray square. The arrow rotates clockwise.');
17701770
* }
17711771
*
17721772
* function drawArrow(base, vec, myColor) {

0 commit comments

Comments
 (0)