We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23109bd commit f1cbb74Copy full SHA for f1cbb74
src/mutators/booleanLiteralsMutator.js
@@ -6,7 +6,7 @@ const lineDiff = require('../util/lineDiff')
6
7
/**
8
* @description Mutates boolean literals values.
9
- * Numeric literals are mutated to *value + 1*, *value - 1*, *random value*, and 0 if not previously 0.
+ * Boolean literals are mutated to their negative.
10
* @function booleanLiteralsMutator
11
* @memberOf module:Mutators
12
*/
0 commit comments