Skip to content

Commit fd33599

Browse files
committed
Change reference to avoid parsing problem on website
1 parent c2b7703 commit fd33599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ p5.prototype.createDiv = function (html = '') {
541541
};
542542

543543
/**
544-
* Creates a `<p></p>` element.
544+
* Creates a paragraph element.
545545
*
546546
* `<p></p>` elements are commonly used for paragraph-length text.
547547
*

0 commit comments

Comments
 (0)