We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f5f48 commit dfbeed4Copy full SHA for dfbeed4
fuzzer.js
@@ -245,7 +245,7 @@ class Fuzzer {
245
* the variable is nonexistent.
246
*
247
* @param {String} strEnvironmentKey The environment variable key
248
- * @param {VAR_TYPE} enVarType Internal variable type.
+ * @param {ENV_TYPE} enVarType Internal variable type.
249
*/
250
_getEnvironmentVariable(strEnvironmentKey, enVarType) {
251
strEnvironmentKey = strEnvironmentKey.toUpperCase();
@@ -302,4 +302,4 @@ class Fuzzer {
302
303
}
304
305
-exports = module.exports = Fuzzer;
+exports = module.exports = Fuzzer;
0 commit comments