Skip to content

Commit 1b074f2

Browse files
authored
Merge pull request #6984 from kaiserarg/normalfesmessagecheck
fixed parameters for normal() method
2 parents 2f583d5 + f15debd commit 1b074f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shape/vertex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ p5.prototype.vertex = function(x, y, moveTo, u, v) {
21172117
* </code>
21182118
*
21192119
* @method normal
2120-
* @param {Vector} vector vertex normal as a <a href="#/p5.Vector">p5.Vector</a> object.
2120+
* @param {p5.Vector} vector vertex normal as a <a href="#/p5.Vector">p5.Vector</a> object.
21212121
* @chainable
21222122
*
21232123
* @example

0 commit comments

Comments
 (0)