Skip to content

Commit 1765cd2

Browse files
committed
Update JSDoc
1 parent 7c01ef5 commit 1765cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export class RawImage {
659659
}
660660

661661
/**
662-
* Split the image data into individual bands. This method returns an array of individual image bands from an image.
662+
* Split this image into individual bands. This method returns an array of individual image bands from an image.
663663
* For example, splitting an "RGB" image creates three new images each containing a copy of one of the original bands (red, green, blue).
664664
*
665665
* Inspired by PIL's `Image.split()` [function](https://pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.Image.split).

0 commit comments

Comments
 (0)