fix spelling

This commit is contained in:
David Signer 2019-12-04 16:31:38 +01:00
parent 20ac7e3c22
commit 5409bd4cb4

View File

@ -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" ]
}