aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/fetch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-core/fetch.lua')
-rw-r--r--lua/mason-core/fetch.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-core/fetch.lua b/lua/mason-core/fetch.lua
index 168d0b99..f6b28ebd 100644
--- a/lua/mason-core/fetch.lua
+++ b/lua/mason-core/fetch.lua
@@ -17,7 +17,7 @@ local USER_AGENT = "mason.nvim (+https://github.com/williamboman/mason.nvim)"
---@alias FetchOpts {out_file: string, method: FetchMethod, headers: table<string, string>, data: string}
---@async
----@param url string @The url to fetch.
+---@param url string: The url to fetch.
---@param opts FetchOpts | nil
local function fetch(url, opts)
opts = opts or {}