diff --git a/src/image/p5.Image.js b/src/image/p5.Image.js index c21e758f1d..0deb230d62 100644 --- a/src/image/p5.Image.js +++ b/src/image/p5.Image.js @@ -305,7 +305,7 @@ p5.Image.prototype.loadPixels = function() { * underlying canvas * @param {Integer} y y-offset of the target update area for the * underlying canvas - * @param {Integer} w height of the target update area for the + * @param {Integer} w width of the target update area for the * underlying canvas * @param {Integer} h height of the target update area for the * underlying canvas