Skip to content

Commit f1cbb74

Browse files
committed
Fix description
1 parent 23109bd commit f1cbb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mutators/booleanLiteralsMutator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const lineDiff = require('../util/lineDiff')
66

77
/**
88
* @description Mutates boolean literals values.
9-
* Numeric literals are mutated to *value + 1*, *value - 1*, *random value*, and 0 if not previously 0.
9+
* Boolean literals are mutated to their negative.
1010
* @function booleanLiteralsMutator
1111
* @memberOf module:Mutators
1212
*/

0 commit comments

Comments
 (0)