Skip to content

Commit 99b1ad7

Browse files
committed
updated mask
1 parent 54a812c commit 99b1ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clips/mask/mask.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Graphics } from "pixi.js";
22
import type { MaskProps } from "./mask.types";
33

44
/**
5-
* A mask is a clip that is used to mask another visual clip.
5+
* A mask is used to mask another visual clip.
66
*/
77
export class Mask extends Graphics {
88
constructor(props: MaskProps) {

0 commit comments

Comments
 (0)