From 63de62cd0b0b53c5946d67ee2a3c2dac16379707 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 14 Jul 2022 17:27:12 +0200 Subject: chore: change emmylua annotation syntax from @ to : for comments (#73) --- lua/mason-core/fetch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/mason-core/fetch.lua') 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, 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 {} -- cgit v1.2.3-70-g09d2