mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Update tochars.lua grammar
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
a40b65af3e
commit
a6a858046f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function worldeditadditions.tochars(text,sort,rem_dups)
|
|||
return t
|
||||
end
|
||||
|
||||
--- Split into set of characters.
|
||||
--- Split into a set of characters.
|
||||
-- @param text string The string to iterate over
|
||||
-- @returns table A sequence set table containing the substrings
|
||||
function worldeditadditions.tocharset(text)
|
||||
|
|
Loading…
Reference in a new issue