Skip to content

Commit 7a89394

Browse files
committed
Fix typo
1 parent d3a1285 commit 7a89394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/function_help/json/decode_uri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decode_uri",
33
"type": "function",
4-
"description": "Takes a layer and decodes the uri of the undelying data provider. It depends on the dataprovider, which data is available.",
4+
"description": "Takes a layer and decodes the uri of the underlying data provider. It depends on the dataprovider, which data is available.",
55
"arguments": [ {"arg":"layer","description":"The layer for which the uri should be decoded."},
66
{"arg":"part","description":"The part of the uri to return. If unspecified, a map with all uri parts will be returned."} ],
77
"examples": [ { "expression":"decode_uri(@layer)", "returns":"{'layerId': '0', 'layerName': '', 'path': '/home/qgis/shapefile.shp'}"},

0 commit comments

Comments
 (0)