From 307cc1b34778091832f02fc4d96992d4321d57b2 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Fri, 9 Jan 2009 14:54:51 +0000 Subject: [PATCH] Addresses Bug #47040. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273167 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/counter.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internals2/counter.xml b/internals2/counter.xml index 149c17fa78..1903b57524 100644 --- a/internals2/counter.xml +++ b/internals2/counter.xml @@ -1,5 +1,5 @@ - + The "counter" Extension - A Continuing Example @@ -129,7 +129,7 @@ &reftitle.resources; - The "counter" extension defines one resource type, a counter. + The "counter" extension defines one resource type: a counter. @@ -264,8 +264,8 @@ printf("%3d %3d %3d", $starting_counter_value, $second_counter_value, $final_cou 0 1 0]]> - The basic interface also provides a number of INI settings, documented - below. + The basic interface also provides a number of + INI settings.