Skip to content

Commit

Permalink
[CHORE] Documentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
imsi32 authored Dec 24, 2024
1 parent 1b4a9a1 commit 600ed1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function Yatline.string.get:hovered_size()
end

--- Gets the hovered file's path of the current active tab.
--- @return string mime Current active tab's hovered file's path.
--- @return string mime Current active tab's hovered file's mime.
function Yatline.string.get:hovered_mime()
local hovered = cx.active.current.hovered
if hovered then
Expand All @@ -246,7 +246,7 @@ function Yatline.string.get:hovered_mime()
end

--- Gets the hovered file's user and group ownership of the current active tab.
--- @return string ownership active tab's hovered file's path.
--- @return string ownership Current active tab's hovered file's user and group ownership.
function Yatline.string.get:hovered_ownership()
local hovered = cx.active.current.hovered

Expand Down

0 comments on commit 600ed1f

Please sign in to comment.