Update tochars.lua grammar

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
VorTechnix 2021-06-25 16:30:38 -07:00 committed by GitHub
parent a40b65af3e
commit a6a858046f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)