minor typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47662 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-05-17 08:03:33 +00:00
parent 974b49a724
commit ba0aec2b0f

View file

@ -60,7 +60,7 @@ print $double_value_of_var; // prints 122.34343
<para>
This is the opposite of
<literal>(boolean) <parameter>var</parameter></literal>,
exept that no warning is generated when the variable is not set.
except that no warning is generated when the variable is not set.
See <link linkend="language.types.boolean.casting">converting
to boolean</link> for more information.
</para>