mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:29:02 -08:00
typo
This commit is contained in:
parent
e163532059
commit
454233566d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function _deserialize(script)
|
|||
if f ~= nil then
|
||||
return f()
|
||||
else
|
||||
print('WARNING: no function deserialize with')
|
||||
print('WARNING: no function to deserialize with')
|
||||
return nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue