From 5597d6823ffa317447ebf70c5ac710dc97d0e19d Mon Sep 17 00:00:00 2001 From: Simon de Lang Date: Wed, 7 Sep 2016 08:28:42 +0200 Subject: [PATCH] fix(supported mutators) Fix typo in the modulo math mutation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a55128f68..f71ac3a8fc 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ See [Abolute timeout ms](#abolute-timeout-ms). | a - b | a + b | | a * b | a / b | | a / b | a * b | -| a & b | a * b | +| a % b | a * b | ### Unary | Original | Mutated |