Remove extra space in Wedge.js (#24611)

This commit is contained in:
Kerim Büyükakyüz
2022-10-03 10:03:56 -04:00
committed by GitHub
parent 9c3de25e1c
commit cfafeb6858
+1 -1
View File
@@ -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({