Skip to content

Commit

Permalink
Merge pull request #1614 from hamidb80/patch-2
Browse files Browse the repository at this point in the history
fix typo in `Shape.ts`
  • Loading branch information
lavrton authored Jul 22, 2023
2 parents edb7529 + 0381f0e commit aebc039
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 aebc039

Please sign in to comment.