From b0fed18ace6e8bf719c0d58650ae04da7ae936b4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 26 Aug 2024 18:53:04 +0200 Subject: [PATCH] nvim: minor typo fix --- nvim/_types.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/_types.lua b/nvim/_types.lua index e3cbc57..f320131 100644 --- a/nvim/_types.lua +++ b/nvim/_types.lua @@ -1,6 +1,6 @@ ---- LuaLS is weird and does not recognize builtin types. ---- even tho it should. So define them as alias +--- LuaLS is weird and does not recognize builtin types +--- even tho it should. So define them as aliases ---@alias nil nil ---@alias any any ---@alias boolean boolean