Skip to content

Commit

Permalink
Merge pull request #6814 from pie999/patch-1
Browse files Browse the repository at this point in the history
Fix mistake in p5.Vector.rotate() documentation
  • Loading branch information
nickmcintyre authored Feb 16, 2024
2 parents ef4647f + 06960c4 commit 8d0ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/p5.Vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ p5.Vector = class {
*
* drawArrow(v0, v1, 'black');
*
* describe('A black arrow extends from the center of a gray square. The arrow rotates counterclockwise.');
* describe('A black arrow extends from the center of a gray square. The arrow rotates clockwise.');
* }
*
* function drawArrow(base, vec, myColor) {
Expand Down

0 comments on commit 8d0ba06

Please sign in to comment.