Skip to content
Prev Previous commit
Next Next commit
comment grammar
  • Loading branch information
Papershine committed May 1, 2024
commit e832b3ddccfe4ac1836b8f08dd7f7dd31b80d846
2 changes: 1 addition & 1 deletion src/image/p5.Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ p5.Image = class {
* image and using its alpha channel as an alpha channel for
* this image. Masks are cumulative, once applied to an image
* object, they cannot be removed. If the mask has a different
* pixel density from this image, the mask will be scaled
* pixel density from this image, the mask will be scaled.
*
* @method mask
* @param {p5.Image} srcImage source image.
Expand Down