Skip to content

Commit 2245901

Browse files
p5.image docs typo fix (#5671)
* once to once * contributors * Update .all-contributorsrc
1 parent 7d193c3 commit 2245901

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
@@ -603,7 +603,7 @@ p5.Image.prototype.copy = function(...args) {
603603
/**
604604
* Masks part of an image from displaying by loading another
605605
* image and using its alpha channel as an alpha channel for
606-
* this image. Masks are cumulative, one applied to an image
606+
* this image. Masks are cumulative, once applied to an image
607607
* object, they cannot be removed.
608608
*
609609
* @method mask

0 commit comments

Comments
 (0)