From 6411d25b93dc8a1cb468f7e1fdad7576a25ec750 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Tue, 9 Aug 2005 17:41:06 +0000 Subject: [PATCH] grammar (not mine -- really.) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192877 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/echo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml index ae6f9d7705..818ee0c9a8 100644 --- a/reference/strings/functions/echo.xml +++ b/reference/strings/functions/echo.xml @@ -1,5 +1,5 @@ - + @@ -70,7 +70,7 @@ that the here document terminator must appear on a line with just a semicolon. no extra whitespace! END; -// Because echo does not behave like a function, following code is invalid. +// Because echo does not behave like a function, the following code is invalid. ($some_var) ? echo 'true' : echo 'false'; // However, the following examples will work: