Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RuimingShen committed Apr 24, 2024
1 parent a006ea7 commit f7d0387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dom/dom.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The web is much more than just canvas and the DOM functionality makes it easy to interact
* with other HTML5 objects, including text, hyperlink, image, input, video,
* , and webcam.
* audio, and webcam.
* There is a set of creation methods, DOM manipulation methods, and
* an extended <a href="#/p5.Element">p5.Element</a> that supports a range of HTML elements. See the
* <a href='https://github.com/processing/p5.js/wiki/Beyond-the-canvas'>
Expand Down
2 changes: 1 addition & 1 deletion src/image/pixels.js
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ function parseFilterArgs(...args) {
* // Get the entire canvas.
* let c = get();
*
* // Display half the .
* // Display half the canvas.
* image(c, 50, 0);
*
* describe('Two identical mountain landscapes shown side-by-side.');
Expand Down

0 comments on commit f7d0387

Please sign in to comment.