[PHP-DOC] cvs: phpdoc /en/language types.xml From: jim winstead (jimw <email protected>)
Date: 10/30/01

jimw Tue Oct 30 20:49:01 2001 EDT

  Modified files:
    /phpdoc/en/language types.xml
  Log:
  remove superfluous dashes
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.55 phpdoc/en/language/types.xml:1.56
--- phpdoc/en/language/types.xml:1.55 Sun Oct 28 13:47:39 2001
+++ phpdoc/en/language/types.xml Tue Oct 30 20:49:00 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.55 $ -->
+<!-- $Revision: 1.56 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -145,14 +145,14 @@
 
     <note>
      <simpara>
- The boolean-type was introduced in PHP 4.
+ The boolean type was introduced in PHP 4.
      </simpara>
     </note>
 
     <sect2 id="language.types.boolean.syntax">
      <title>Syntax</title>
      <para>
- To specify a boolean-literal, use either the keyword &true;
+ To specify a boolean literal, use either the keyword &true;
       or &false;. Both are case-insensitive.
       <!-- technically they are just constants -->
       <informalexample>