mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
17807555a1
commit
1738c68f34
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue