Skip to content

Commit

Permalink
Change reference to avoid parsing problem on website
Browse files Browse the repository at this point in the history
limzykenneth committed Jan 31, 2025
1 parent c2b7703 commit fd33599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/dom.js
Original file line number Diff line number Diff line change
@@ -541,7 +541,7 @@ p5.prototype.createDiv = function (html = '') {
};

/**
* Creates a `<p></p>` element.
* Creates a paragraph element.
*
* `<p></p>` elements are commonly used for paragraph-length text.
*

0 comments on commit fd33599

Please sign in to comment.