remove superfluous dashes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61230 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-10-31 01:49:00 +00:00
parent 17807555a1
commit 1738c68f34

View file

@ -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>