From 7543bd308069921e91327d9d9585483b34e9f7da Mon Sep 17 00:00:00 2001 From: Dan Loman Date: Fri, 5 Apr 2024 20:44:56 -0700 Subject: [PATCH] Fix typo --- lua/harpoon/list.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/harpoon/list.lua b/lua/harpoon/list.lua index 2f9989e..d786501 100644 --- a/lua/harpoon/list.lua +++ b/lua/harpoon/list.lua @@ -102,7 +102,7 @@ end ---@param item? HarpoonListItem ---@return HarpoonList function HarpoonList:append(item) - print("APPEND IS DEPRICATED -- PLEASE USE `add`") + print("APPEND IS DEPRECATED -- PLEASE USE `add`") return self:add(item) end