Skip to content

Commit

Permalink
Remove excessive parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Apr 10, 2023
1 parent 736f849 commit e4a9292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/force_polygon_ccw
Expand Up @@ -8,7 +8,7 @@
"description": "a geometry. Any non-polygon geometries are returned unchanged."
}],
"examples": [{
"expression": "geom_to_wkt(force_polygon_ccw(geometry:=geom_from_wkt('Polygon ((-1 -1, 0 2, 4 2, 4 0, -1 -1)))')))",
"expression": "geom_to_wkt(force_polygon_ccw(geometry:=geom_from_wkt('Polygon ((-1 -1, 0 2, 4 2, 4 0, -1 -1))')))",
"returns": "'Polygon ((-1 -1, 4 0, 4 2, 0 2, -1 -1))'"
}],
"tags": ["exterior", "clockwise", "respect", "convention", "rings", "counter", "interior", "forces"]
Expand Down

0 comments on commit e4a9292

Please sign in to comment.