Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default the ascending parameter of order_parts function to true
  • Loading branch information
DelazJ authored and nyalldawson committed May 9, 2021
1 parent 56f7a47 commit 15d4e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/order_parts
Expand Up @@ -6,7 +6,7 @@
"arguments": [
{"arg":"geometry","description":"a multi-type geometry"},
{"arg":"orderby","description":"an expression string defining the order criteria"},
{"arg":"ascending","description":"boolean, True for ascending, False for descending"}
{"arg":"ascending","optional":true,"default":"true","description":"boolean, True for ascending, False for descending"}
],
"examples": [
{
Expand Down

0 comments on commit 15d4e87

Please sign in to comment.