This commit is contained in:
Dan Loman 2024-04-05 20:44:56 -07:00 committed by GitHub
parent da326d0438
commit 7543bd3080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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