Skip to content

Commit

Permalink
Change reference to avoid parsing problem on website
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Jan 31, 2025
1 parent 5a9a452 commit 6d9e628
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
Expand Up @@ -454,7 +454,7 @@ function dom(p5, fn){
};

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

0 comments on commit 6d9e628

Please sign in to comment.