Skip to content

Commit 622a7ff

Browse files
Merge pull request #5613 from eltociear/patch-4
Fix typo in vertex.js
2 parents 38f7644 + 7fde440 commit 622a7ff

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
@@ -781,7 +781,7 @@ p5.prototype.endShape = function(mode) {
781781
* </div>
782782
*
783783
* @alt
784-
* backwards s-shaped black line with the same s-shaped line in postive z-axis.
784+
* backwards s-shaped black line with the same s-shaped line in positive z-axis.
785785
*/
786786
p5.prototype.quadraticVertex = function(...args) {
787787
p5._validateParameters('quadraticVertex', args);

0 commit comments

Comments
 (0)