Skip to content

Commit

Permalink
fixed FES for normal() method
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserarg committed Apr 20, 2024
1 parent 2f583d5 commit f15debd
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 f15debd

Please sign in to comment.