Skip to content

Commit 899ef71

Browse files
authored
Correction from "ircle" to "circle" on line 619 (#364)
1 parent c13ee8c commit 899ef71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ export class Canvas {
688688
/**
689689
* Add a circle or semi circle.
690690
* @param x The position x in the center of the circle.
691-
* @param y The position y in the center of the ircle.
691+
* @param y The position y in the center of the circle.
692692
* @param radius The radius for the clip.
693693
*/
694694
public printCircle(x: number, y: number, radius: number): this {

0 commit comments

Comments
 (0)