Skip to content

Commit 2b1e0ad

Browse files
committed
Fix typo in webgl constant def
1 parent 446b070 commit 2b1e0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const P2DHDR = 'p2d-hdr';
5757
*
5858
* To learn more about WEBGL mode, check out <a href="https://p5js.org/tutorials/#webgl">all the interactive WEBGL tutorials</a> in the "Tutorials" section of this website, or read the wiki article <a href="https://github.com/processing/p5.js/wiki/Getting-started-with-WebGL-in-p5">"Getting started with WebGL in p5"</a>.
5959
*
60-
* @typedef {'webgl2'} WEBGL
60+
* @typedef {'webgl'} WEBGL
6161
* @property {WEBGL} WEBGL
6262
* @final
6363
*/

0 commit comments

Comments
 (0)