Skip to content

Commit

Permalink
Merge pull request #6984 from kaiserarg/normalfesmessagecheck
Browse files Browse the repository at this point in the history
fixed parameters for normal() method
  • Loading branch information
davepagurek authored Apr 22, 2024
2 parents 2f583d5 + f15debd commit 1b074f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shape/vertex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ p5.prototype.vertex = function(x, y, moveTo, u, v) {
* </code>
*
* @method normal
* @param {Vector} vector vertex normal as a <a href="#/p5.Vector">p5.Vector</a> object.
* @param {p5.Vector} vector vertex normal as a <a href="#/p5.Vector">p5.Vector</a> object.
* @chainable
*
* @example
Expand Down

0 comments on commit 1b074f2

Please sign in to comment.