Skip to content

Commit

Permalink
removed addtional param description for angle
Browse files Browse the repository at this point in the history
  • Loading branch information
siv2r committed Dec 30, 2020
1 parent 998d10c commit 2ab9ab1
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 @@ -2146,7 +2146,7 @@ p5.Vector.mult = function mult(v, n, target) {
* @method rotate
* @static
* @param {p5.Vector} v
* @param {Number} angle angle of rotation
* @param {Number} angle
* @param {p5.Vector} [target] the vector to receive the result (Optional)
*/

Expand Down

0 comments on commit 2ab9ab1

Please sign in to comment.