Skip to content

Commit

Permalink
Missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 28, 2021
1 parent a87b2ec commit fc3f8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/line_substring
Expand Up @@ -6,5 +6,5 @@
"arguments": [ {"arg":"geometry","description":"a linestring or curve geometry"},
{"arg":"start_distance","description":"distance to start of substring"},
{"arg":"end_distance","description":"distance to end of substring"}],
"examples": [ { "expression":"geom_to_wkt(line_substring(geometry:=geom_from_wkt('LineString(0 0, 10 0)'),start_distance:=2,end_distance=6))", "returns":"'LineString (2 0,6 0)'"}]
"examples": [ { "expression":"geom_to_wkt(line_substring(geometry:=geom_from_wkt('LineString(0 0, 10 0)'),start_distance:=2,end_distance:=6))", "returns":"'LineString (2 0,6 0)'"}]
}

0 comments on commit fc3f8a1

Please sign in to comment.