Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 13, 2020
1 parent fa1a9ac commit 4f3a2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/make_square
Expand Up @@ -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": [
Expand Down

0 comments on commit 4f3a2f1

Please sign in to comment.