Skip to content

Commit dfbeed4

Browse files
committed
fix comment
1 parent b0f5f48 commit dfbeed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzzer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class Fuzzer {
245245
* the variable is nonexistent.
246246
*
247247
* @param {String} strEnvironmentKey The environment variable key
248-
* @param {VAR_TYPE} enVarType Internal variable type.
248+
* @param {ENV_TYPE} enVarType Internal variable type.
249249
*/
250250
_getEnvironmentVariable(strEnvironmentKey, enVarType) {
251251
strEnvironmentKey = strEnvironmentKey.toUpperCase();
@@ -302,4 +302,4 @@ class Fuzzer {
302302

303303
}
304304

305-
exports = module.exports = Fuzzer;
305+
exports = module.exports = Fuzzer;

0 commit comments

Comments
 (0)