From 078b995559c5076e6f1013397bcd2b1bcb7b52ad Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Tue, 26 Jul 2016 22:44:07 +0000 Subject: [PATCH] Fix example title git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339727 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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