From 600ed1fb1d04e1292da04280a65f8deca04dc36a Mon Sep 17 00:00:00 2001 From: imsi32 <81227251+imsi32@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:46:34 +0300 Subject: [PATCH] [CHORE] Documentation fixed --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 100ff0b..a1e35c3 100644 --- a/init.lua +++ b/init.lua @@ -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 @@ -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