Skip to content

Commit 41a76fc

Browse files
authored
Merge pull request #620 from zs-5/patch-1
Fix typo (dpeth -> depth)
2 parents b8408d4 + 22fd219 commit 41a76fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/reference/en/p5.Framebuffer/depth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module: Rendering
44
submodule: ''
55
file: src/webgl/p5.Framebuffer.js
66
description: >
7-
<p>An object that stores the framebuffer's dpeth data.</p>
7+
<p>An object that stores the framebuffer's depth data.</p>
88
99
<p>Each framebuffer uses a
1010

src/content/reference/en/p5/p5.Framebuffer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ properties:
405405
path: p5.Framebuffer/color
406406
depth:
407407
description: >
408-
<p>An object that stores the framebuffer's dpeth data.</p>
408+
<p>An object that stores the framebuffer's depth data.</p>
409409
410410
<p>Each framebuffer uses a
411411

0 commit comments

Comments
 (0)