diff options
Diffstat (limited to 'script/meta/bee/filesystem.lua')
-rw-r--r-- | script/meta/bee/filesystem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/meta/bee/filesystem.lua b/script/meta/bee/filesystem.lua index c4267b97..0c7e41a8 100644 --- a/script/meta/bee/filesystem.lua +++ b/script/meta/bee/filesystem.lua @@ -24,7 +24,7 @@ end function fsPath:stem() end ----@return fs.path +---@return string function fsPath:extension() end |