Skip to content

Commit 6d9e628

Browse files
committed
Change reference to avoid parsing problem on website
1 parent 5a9a452 commit 6d9e628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/dom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function dom(p5, fn){
454454
};
455455

456456
/**
457-
* Creates a `<p></p>` element.
457+
* Creates a paragraph element.
458458
*
459459
* `<p></p>` elements are commonly used for paragraph-length text.
460460
*

0 commit comments

Comments
 (0)