Skip to content

Commit 589082f

Browse files
committed
Change @for tag
1 parent abd736f commit 589082f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dom/p5.Element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @module DOM
33
* @submodule DOM
4-
* @for p5.Element
4+
* @for p5
55
*/
66

77
import { File } from './p5.File';

src/dom/p5.MediaElement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @module DOM
33
* @submodule DOM
4-
* @for p5.Element
4+
* @for p5
55
*/
66

77
import { Element } from './p5.Element';

0 commit comments

Comments
 (0)