Fi, Fix und nochmal Fix

This commit is contained in:
Andreas Bielawski
2016-08-02 01:01:06 +02:00
parent 206c06937a
commit 49824fcb26
4 changed files with 53 additions and 51 deletions

View File

@@ -254,7 +254,7 @@ function utilities.trim(str)
return s
end
-- Retruns true if the string is empty
-- Returns true if the string is empty
function string:isempty()
return self == nil or self == ''
end