summaryrefslogtreecommitdiff
path: root/script-beta/core/hover
diff options
context:
space:
mode:
Diffstat (limited to 'script-beta/core/hover')
-rw-r--r--script-beta/core/hover/label.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script-beta/core/hover/label.lua b/script-beta/core/hover/label.lua
index 942abe20..e82c9c6f 100644
--- a/script-beta/core/hover/label.lua
+++ b/script-beta/core/hover/label.lua
@@ -26,7 +26,7 @@ local function asValue(source, title)
literal = vm.mergeViews(literal, util.viewLiteral(sl))
end
if type == 'table' then
- cont = buildTable(source)
+ cont = buildTable(src)
end
end)
local pack = {}