Add missing quotes

This commit is contained in:
Harrissou Sant-anna 2020-08-13 17:50:46 +02:00 committed by Nyall Dawson
parent fa1a9aca36
commit 4f3a2f1da6

View File

@ -4,7 +4,7 @@
"groups": ["GeometryGroup"],
"description": "Creates a square from a diagonal.",
"arguments": [
{"arg":"point1", "description": "First point of the diagonal},
{"arg":"point1", "description": "First point of the diagonal"},
{"arg":"point2", "description": "Last point of the diagonal"}
],
"examples": [