From 9e133a35ba4de82923e72cad3bb7c29835457d98 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 14 May 2020 21:15:59 +0200 Subject: [PATCH] meta: clarify jsDoc comment --- buildfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfile.js b/buildfile.js index e13672f..ad63254 100644 --- a/buildfile.js +++ b/buildfile.js @@ -6,7 +6,7 @@ const minimist = require('minimist'); const templating = require('./templates'); const webpackConfig = require('./webpack.config'); -/** @type {Object} */ +/** @var {Object} argv */ const argv = minimist(process.argv); function buildIndexHtml() {