diff options
Diffstat (limited to 'server/src/core/hover/function.lua')
-rw-r--r-- | server/src/core/hover/function.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/core/hover/function.lua b/server/src/core/hover/function.lua index 25849d69..df26cd40 100644 --- a/server/src/core/hover/function.lua +++ b/server/src/core/hover/function.lua @@ -126,7 +126,7 @@ local function buildValueReturns(func) end end if i > 1 then - strs[#strs+1] = ', ' + strs[#strs+1] = '\n , ' end if emmy and emmy.name then strs[#strs+1] = ('%s: '):format(emmy.name) |