diff --git a/language/operators.xml b/language/operators.xml index fbe38b186a..848f024397 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1655,7 +1655,7 @@ if (isset($_POST['action'])) { Please note that the null coalescing operator allows for simple nesting: - Non-obvious Ternary Behaviour + Nesting null coalescing operator