diff --git a/imports/array/shared.lua b/imports/array/shared.lua index 343e9da..4c56157 100644 --- a/imports/array/shared.lua +++ b/imports/array/shared.lua @@ -37,7 +37,7 @@ function lib.array:from(iter) end if iterType == 'string' then - return lib.array:new(string.strsplit('delimiter', iter)) + return lib.array:new(string.strsplit('', iter)) end if iterType == 'function' then