From 612e8fa1fd90d25f26e99be6bf7fa49e753669df Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Wed, 30 Mar 2022 18:48:02 +0200 Subject: [PATCH] Update resources/function_help/json/within --- resources/function_help/json/within | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/within b/resources/function_help/json/within index 8017112d7a9..380222aff5e 100644 --- a/resources/function_help/json/within +++ b/resources/function_help/json/within @@ -12,7 +12,7 @@ }], "examples": [{ "expression": "within( geom_from_wkt( 'POINT( 0.5 0.5)' ), geom_from_wkt( 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))' ) )", - "returns": "true" + "returns": "TRUE" }, { "expression": "within( geom_from_wkt( 'POINT( 5 5 )' ), geom_from_wkt( 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0 ))' ) )", "returns": "FALSE"