typo corrected

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101322 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-10-25 17:05:01 +00:00
parent c33767ade3
commit 441360581b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.51 -->
<refentry id="function.assert">
<refnamediv>
@ -24,7 +24,7 @@
less overhead when assertion checking is off and messages
containing the <parameter>assertion</parameter> expression when
an assertion fails. This means that if you pass a boolean condition
as <parameter>assertion</parametre> this condition will not show up as
as <parameter>assertion</parameter> this condition will not show up as
parameter to the assertion function which you may have defined with the
<function>assert_options</function> function, the condition is converted
to a string before calling that handler function, and the boolean &false;