Skip to content

Commit

Permalink
fix: typo on polygon group
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed May 25, 2024
1 parent be2ee15 commit 16ac4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ export interface KaboomCtx {
* outline(4),
* area(),
* ])
* ```
*
* @group Components
* ```
*/
polygon(pts: Vec2[], opt?: PolygonCompOpt): PolygonComp;
/**
Expand Down

0 comments on commit 16ac4dc

Please sign in to comment.