fixup! refactor(_utils.ts): all public methods are just adapters

This commit is contained in:
Oleksandr Smirnov 2025-03-19 00:07:47 +02:00
parent ff209db23e
commit ac457d0c6d
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -24,7 +24,7 @@ local function generate(bufnr)
return cmt
end
ok, res = pcall(ts.get_interface_inder_cursor, bufnr)
ok, res = pcall(ts.get_interface_under_cursor, bufnr)
if ok then
cmt = cmt .. res.name .. " "
return cmt