Skip to content

Commit

Permalink
Remove extra space in Wedge.js (#24611)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokenizer-decode committed Oct 3, 2022
1 parent 9c3de25 commit cfafeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-art/npm/Wedge.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var Shape = ReactART.Shape;
var Path = ReactART.Path;

/**
* Wedge is a React component for drawing circles, wedges and arcs. Like other
* Wedge is a React component for drawing circles, wedges and arcs. Like other
* ReactART components, it must be used in a <Surface>.
*/
var Wedge = createReactClass({
Expand Down

0 comments on commit cfafeb6

Please sign in to comment.