- Fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-04-09 09:32:23 +00:00
parent 9fc9df1e07
commit 9dc89cb7d5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.75 $ -->
<!-- $Revision: 1.76 $ -->
<chapter id="language.types">
<title>Types</title>
@ -452,7 +452,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echoes 7!
types. Currently, the behaviour is the same as if the value
was first <link linkend="language.types.boolean.casting"
>converted to boolean</link>. However, do
<emphasis>not</emphasis> relay on this behaviour, as it can
<emphasis>not</emphasis> rely on this behaviour, as it can
change without notice.
</simpara>
</caution>