typo, fix by anon

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342533 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andrey Gromov 2017-06-02 06:02:32 +00:00
parent 1e6830fdcc
commit df517c42fc

View file

@ -195,7 +195,7 @@ Warning: Cannot call func_num_args() dynamically in %s on line %d
<para>
Destructors are now never called for objects that throw an exception during
the execution of their constructor. In previous versions this behavior
depended on whether the object was referenced outside the construcor (e.g.
depended on whether the object was referenced outside the constructor (e.g.
by an exception backtrace).
</para>
</sect2>