goba Sun Aug 21 09:08:22 2005 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
avoid 'not using' and 'using' in the same sentence
http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.45&r2=1.46&ty=u
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.45
phpdoc/en/language/basic-syntax.xml:1.46
--- phpdoc/en/language/basic-syntax.xml:1.45 Tue Jun 14 08:23:11 2005
+++ phpdoc/en/language/basic-syntax.xml Sun Aug 21 09:08:21 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.45 $ -->
+<!-- $Revision: 1.46 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
<sect1 id="language.basic-syntax.phpmode">
@@ -151,7 +151,7 @@
<note>
<para>
The closing tag of a PHP block at the end of a file is optional,
- and in some cases not using it is helpful when using output buffering
and
+ and in some cases omitting it is helpful when using output buffering and
<function>include</function> or <function>require</function>.
</para>
</note>