diff options
Diffstat (limited to 'script/core/hover/label.lua')
-rw-r--r-- | script/core/hover/label.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/hover/label.lua b/script/core/hover/label.lua index d96b149c..71cbef43 100644 --- a/script/core/hover/label.lua +++ b/script/core/hover/label.lua @@ -45,7 +45,7 @@ local function asDocTypeName(source) end local function asValue(source, title) - local name = buildName(source) + local name = buildName(source, false) local type = infer.searchAndViewInfers(source) local literal = infer.searchAndViewLiterals(source) local cont |