Skip to content

Commit fdabae6

Browse files
authored
Merge pull request #8680 from limzykenneth/dev-2.0
Reference example typo fix
2 parents 908b89b + f2b4c2e commit fdabae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/color/setting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ function setting(p5, fn){
509509
*
510510
* describe('A canvas with a transparent green background.');
511511
* }
512-
* <
512+
*
513513
* @example
514514
* function setup() {
515515
* createCanvas(100, 100);

src/webgl/p5.Geometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class Geometry {
330330
* let saveBtn;
331331
* function setup() {
332332
* createCanvas(200, 200, WEBGL);
333-
* myModel = buildGeometry(function()) {
333+
* myModel = buildGeometry(function() {
334334
* for (let i = 0; i < 5; i++) {
335335
* push();
336336
* translate(

0 commit comments

Comments
 (0)