Skip to content

Commit 10a3486

Browse files
authored
Merge pull request #7348 from zs-5/patch-1
Fix a typo (dpeth -> depth) in webgl/p5.Framebuffer.js
2 parents f67d0d4 + 783c816 commit 10a3486

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
@@ -1752,7 +1752,7 @@ class Framebuffer {
17521752
*/
17531753

17541754
/**
1755-
* An object that stores the framebuffer's dpeth data.
1755+
* An object that stores the framebuffer's depth data.
17561756
*
17571757
* Each framebuffer uses a
17581758
* <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLTexture" target="_blank">WebGLTexture</a>

0 commit comments

Comments
 (0)