diff --git a/src/dom/dom.js b/src/dom/dom.js
index d7ebe6f6b7..7fb5bf4b45 100644
--- a/src/dom/dom.js
+++ b/src/dom/dom.js
@@ -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 p5.Element that supports a range of HTML elements. See the
*
diff --git a/src/image/pixels.js b/src/image/pixels.js
index 427391e8e1..effda98199 100644
--- a/src/image/pixels.js
+++ b/src/image/pixels.js
@@ -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.');