Skip to content

Commit f7d0387

Browse files
committed
fix issue
1 parent a006ea7 commit f7d0387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The web is much more than just canvas and the DOM functionality makes it easy to interact
33
* with other HTML5 objects, including text, hyperlink, image, input, video,
4-
* , and webcam.
4+
* audio, and webcam.
55
* There is a set of creation methods, DOM manipulation methods, and
66
* an extended <a href="#/p5.Element">p5.Element</a> that supports a range of HTML elements. See the
77
* <a href='https://github.com/processing/p5.js/wiki/Beyond-the-canvas'>

src/image/pixels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ function parseFilterArgs(...args) {
864864
* // Get the entire canvas.
865865
* let c = get();
866866
*
867-
* // Display half the .
867+
* // Display half the canvas.
868868
* image(c, 50, 0);
869869
*
870870
* describe('Two identical mountain landscapes shown side-by-side.');

0 commit comments

Comments
 (0)