Skip to content

Commit

Permalink
fix typo in Shape.ts
Browse files Browse the repository at this point in the history
add closing single quote
  • Loading branch information
hamidb80 committed Jul 22, 2023
1 parent edb7529 commit 0381f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 0381f0e

Please sign in to comment.