aboutsummaryrefslogtreecommitdiff
path: root/containers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'containers.lua')
-rw-r--r--containers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/containers.lua b/containers.lua
index cd3e7c0..93a8705 100644
--- a/containers.lua
+++ b/containers.lua
@@ -326,6 +326,7 @@ local compliments = setmetatable({ }, {
__mode = 'k'
})
_undict_mt = {
+ __type = "an Inverse Dict",
__index = function(self, k)
return not compliments[self][k] and true or nil
end,