From a43672f40eac4f94cd3bde4a40feb988c34be2a3 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Wed, 12 Dec 2018 15:29:38 +0100 Subject: [PATCH] Fix bracket in example Co-Authored-By: m-kuhn --- resources/function_help/json/decode_uri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/decode_uri b/resources/function_help/json/decode_uri index 0171cfbf459f..25123bb882c8 100644 --- a/resources/function_help/json/decode_uri +++ b/resources/function_help/json/decode_uri @@ -6,7 +6,7 @@ {"arg":"part","description":"The part of the uri to return. If unspecified, a map with all uri parts will be returned."} ], "examples": [ { "expression":"decode_uri(@layer)", "returns":"{'layerId': '0', 'layerName': '', 'path': '/home/qgis/shapefile.shp'}"}, { "expression":"decode_uri(@layer)", "returns":"{'layerId': NULL, 'layerName': 'layer', 'path': '/home/qgis/geopackage.shp'}"}, - { "expression":"decode_uri(@layer), 'path'", "returns":"'/home/qgis/geopackage.shp'"} + { "expression":"decode_uri(@layer, 'path')", "returns":"'/home/qgis/geopackage.gpkg'"} ] }