Skip to content

Commit 462bc1d

Browse files
committed
Fix typo in p5.Framebuffer.remove()
1 parent 6dbbf11 commit 462bc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.Framebuffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ class Framebuffer {
980980
}
981981

982982
/**
983-
* Removes the framebuffer and from the web page.
983+
* Removes the framebuffer from the web page.
984984
*
985985
* @method remove
986986
*

0 commit comments

Comments
 (0)