Skip to content

Commit

Permalink
fix(supported mutators) Fix typo in the modulo math mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel authored Sep 7, 2016
1 parent ee26b5e commit 5597d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 5597d68

Please sign in to comment.