Skip to content

Commit 959d821

Browse files
authored
update tool to Tool (#273)
Co-authored-by: CHANGAN SHI <>
1 parent f7fbac7 commit 959d821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/samples/create_and_edit_geometries/create_and_edit_geometries.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class _CreateAndEditGeometriesState extends State<CreateAndEditGeometries>
286286
final tools = {
287287
_vertexTool: 'Vertex Tool',
288288
_reticleVertexTool: 'Reticle Vertex Tool',
289-
_freehandTool: 'Freehand tool',
289+
_freehandTool: 'Freehand Tool',
290290
_arrowShapeTool: 'Arrow Shape Tool',
291291
_ellipseShapeTool: 'Ellipse Shape Tool',
292292
_rectangleShapeTool: 'Rectangle Shape Tool',

0 commit comments

Comments
 (0)