From 0381f0ebc7e691aeaf096d52480b20451416a8e7 Mon Sep 17 00:00:00 2001
From: Hamid Bluri
Date: Sat, 22 Jul 2023 06:48:56 +0330
Subject: [PATCH] fix typo in `Shape.ts`
add closing single quote
---
src/Shape.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Shape.ts b/src/Shape.ts
index 93fd096e..aa36eb45 100644
--- a/src/Shape.ts
+++ b/src/Shape.ts
@@ -2011,7 +2011,7 @@ Factory.addGetterSetter(Shape, 'fillRule', undefined, getStringValidator());
* var fillRule = shape.fillRule();
*
* // set fill rule
- * shape.fillRule('evenodd);
+ * shape.fillRule('evenodd');
*/
Factory.backCompat(Shape, {