From c5fca52d14fad914a65cdb66c51dfa9e33f3b8b8 Mon Sep 17 00:00:00 2001 From: Malcolm Fell Date: Fri, 28 Jun 2013 08:57:52 +1200 Subject: Make if statement result clearer --- php.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.html.markdown b/php.html.markdown index d08b9220..a9604df3 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -190,9 +190,9 @@ if (/* test */) { } - +This is displayed if the test is truthy. - +This is displayed otherwise. ``` -- cgit v1.2.3