Skip to content

Commit

Permalink
correct ots type
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeLema committed Apr 10, 2024
1 parent 1c1ca25 commit fe2cfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lint/temp_file.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end

--- Get a filepath for temporary use.
--- This filepath is deleted on nvim exit or after timeout. If the filepath is not used, the deletion errors silently
---@param opts? table
---@param opts? lint.temp_file.Opts
---@return string filepath to temp file
function M.temp_filepath(opts)
opts = opts or {}
Expand Down

0 comments on commit fe2cfe6

Please sign in to comment.