Skip to content

Commit d742fd9

Browse files
authored
chore: add class annotation for Path (#292)
1 parent 2a278c8 commit d742fd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/plenary/path.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ end
146146
-- S_IFLNK = 0o120000 # symbolic link
147147
-- S_IFSOCK = 0o140000 # socket file
148148

149+
---@class Path
149150
local Path = {
150151
path = path,
151152
}

0 commit comments

Comments
 (0)