Skip to content

Commit cfafeb6

Browse files
Remove extra space in Wedge.js (#24611)
1 parent 9c3de25 commit cfafeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-art/npm/Wedge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var Shape = ReactART.Shape;
3131
var Path = ReactART.Path;
3232

3333
/**
34-
* Wedge is a React component for drawing circles, wedges and arcs. Like other
34+
* Wedge is a React component for drawing circles, wedges and arcs. Like other
3535
* ReactART components, it must be used in a <Surface>.
3636
*/
3737
var Wedge = createReactClass({

0 commit comments

Comments
 (0)