diff options
Diffstat (limited to 'containers.lua')
| -rw-r--r-- | containers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/containers.lua b/containers.lua index 2018581..1490a85 100644 --- a/containers.lua +++ b/containers.lua @@ -455,6 +455,7 @@ do setmetatable(text_methods, { __index = string2 }) + getmetatable("").__methods = text_methods getmetatable("").__index = function(self, i) if type(i) == 'number' then return sub(self, i, i) |
