diff --git a/src/guide/mutators.md b/src/guide/mutators.md index f48fc356..1bc01bf1 100644 --- a/src/guide/mutators.md +++ b/src/guide/mutators.md @@ -96,6 +96,7 @@ The Unwrap* mutator family will unwrap function parameters. | Assignment | ^= | = | | Assignment | <<= | = | | Assignment | >>= | = | +| Assignment Coalesce | ??= | = | ### Round Family diff --git a/src/guide/profiles.md b/src/guide/profiles.md index d4c46b95..67070b58 100644 --- a/src/guide/profiles.md +++ b/src/guide/profiles.md @@ -152,8 +152,11 @@ Contains the following mutators: Contains the following mutators: +* [AssignCoalesce](/guide/mutators.html#Binary-Arithmetic) * [Break_](/guide/mutators.html#Loop) +* [Coalesce](/guide/mutators.html#Boolean-Substitution) * [Continue_](/guide/mutators.html#Loop) +* [Finally_](/guide/mutators.html#Exceptions) * [Throw_](/guide/mutators.html#Exceptions) ### `@regex`