]> granicus.if.org Git - php/commitdiff
Fix unwrapped entry
authorJason Greene <jason@php.net>
Wed, 31 Jul 2002 22:49:28 +0000 (22:49 +0000)
committerJason Greene <jason@php.net>
Wed, 31 Jul 2002 22:49:28 +0000 (22:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e6d069ba9546e8e6d7febfa961f33a7e663fd11f..2974e458be07e97e11cb45eda5c13b6e99ec8b3f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,8 @@ PHP 4                                                                      NEWS
         //Globally enables the ticks modifier for the whole program
         declare (ticks=1);
 
-        //Enables the ticks modifier for just the lexical block containing "statement"
+        //Enables the ticks modifier for just the lexical block containing
+        //"statement".
         deckare (ticks=1) {
            statement;
         }