fixed some typos
Signed-off-by: Frank Gadban <frankgad@outlook.de>
This commit is contained in:
parent
a4ec5c8a88
commit
e9059eef01
3 changed files with 3 additions and 3 deletions
|
|
@ -173,7 +173,7 @@ local function tablelength(T)
|
|||
end
|
||||
_M.tablelength = tablelength
|
||||
|
||||
-- replaces special character value a with value b for all occurences in a
|
||||
-- replaces special character value a with value b for all occurrences in a
|
||||
-- string
|
||||
local function replace_special_char(str, a, b)
|
||||
return string.gsub(str, "%" .. a, b)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue