diff --git a/docs/supported-mutators.md b/docs/supported-mutators.md index a4e4a25d4..805b370cd 100644 --- a/docs/supported-mutators.md +++ b/docs/supported-mutators.md @@ -11,7 +11,7 @@ All Stryker versions support a variety of different mutators. We've aligned on a | ------------------------------------------------- | :----------------------------------------: | :----------------------------------------------: | :------------------------------------------: | | [Arithmetic Operator](#arithmetic-operator) | ✅ | ✅ | ❌ | | [Array Declaration](#array-declaration) | ✅ | ✅ | ❌ | -| [Assignment Expression](#assignment-expression) | ❌ | ✅ | n/a | +| [Assignment Expression](#assignment-expression) | ✅ | ❌ | n/a | | [Block Statement](#block-statement) | ✅ | ✅ | ❌ | | [Boolean Literal](#boolean-literal) | ✅ | ✅ | ️✅ | | [Checked Statement](#checked-statement) | n/a | ✅ | n/a |