Skip to content

Commit e832b3d

Browse files
committed
comment grammar
1 parent 11519b6 commit e832b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image/p5.Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ p5.Image = class {
847847
* image and using its alpha channel as an alpha channel for
848848
* this image. Masks are cumulative, once applied to an image
849849
* object, they cannot be removed. If the mask has a different
850-
* pixel density from this image, the mask will be scaled
850+
* pixel density from this image, the mask will be scaled.
851851
*
852852
* @method mask
853853
* @param {p5.Image} srcImage source image.

0 commit comments

Comments
 (0)