mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
fix spelling
This commit is contained in:
parent
20ac7e3c22
commit
5409bd4cb4
@ -8,5 +8,5 @@
|
||||
{"arg":"empty_value","optional":true,"default":"''","description":"the optional string to use as replacement for empty (zero length) matches"}],
|
||||
"examples": [ { "expression":"string_to_array('1,2,3',',')", "returns":"[ '1', '2', '3' ]"},
|
||||
{ "expression":"string_to_array('1,,3',',','0')", "returns":"[ '1', '0', '3' ]"}],
|
||||
"tags": [ "split", "convert", "seperate" ]
|
||||
"tags": [ "split", "convert", "separate" ]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user