Skip to content

Commit 249ef9b

Browse files
authored
fix tagged param (#599)
1 parent b641167 commit 249ef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hardhat.plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ task(TASK_COMPILE_SOLIDITY_GET_COMPILATION_JOB_FOR_FILE).setAction(async (_, __,
6565
/**
6666
* Coverage task implementation
6767
* @param {HardhatUserArgs} args
68-
* @param {HardhatEvn} env
68+
* @param {HardhatEnv} env
6969
*/
7070
task("coverage", "Generates a code coverage report for tests")
7171
.addOptionalParam("testfiles", ui.flags.file, "", types.string)

0 commit comments

Comments
 (0)