From 8445266e8163df60e0f1be834e9cf62eed91e50b Mon Sep 17 00:00:00 2001 From: borNfreee Date: Sun, 17 Feb 2019 15:59:26 +0300 Subject: [PATCH] Documentation for Null Assignment Coalesce mutator --- src/guide/mutators.md | 1 + src/guide/profiles.md | 3 +++ 2 files changed, 4 insertions(+) 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`