summaryrefslogtreecommitdiff
path: root/server/src/core/hover
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/core/hover')
-rw-r--r--server/src/core/hover/function.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/core/hover/function.lua b/server/src/core/hover/function.lua
index 8621aee0..5358cfaa 100644
--- a/server/src/core/hover/function.lua
+++ b/server/src/core/hover/function.lua
@@ -95,7 +95,7 @@ local function getComment(func)
if not func then
return nil
end
- return func:getComment() or ''
+ return func:getComment()
end
return function (name, func, object, select)