From b3bb9a0e1b1ac6a833f905e5401b3de5ded879cb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 14 Apr 2024 10:08:29 +0300 Subject: [PATCH] index.js: fix `@param` --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 63cf924..6601a35 100644 --- a/lib/index.js +++ b/lib/index.js @@ -36,7 +36,7 @@ function extendedBin(baseUrl, hugoVersion) { /** * @param {string} baseUrl - * @param {string} [hugoVersion] + * @param {string} hugoVersion */ function normalBin(baseUrl, hugoVersion) { return new BinWrapper()