We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d193c3 commit 2245901Copy full SHA for 2245901
src/image/p5.Image.js
@@ -603,7 +603,7 @@ p5.Image.prototype.copy = function(...args) {
603
/**
604
* Masks part of an image from displaying by loading another
605
* image and using its alpha channel as an alpha channel for
606
- * this image. Masks are cumulative, one applied to an image
+ * this image. Masks are cumulative, once applied to an image
607
* object, they cannot be removed.
608
*
609
* @method mask
0 commit comments