Remove duplicated word

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350292 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-08-08 13:06:54 +00:00
parent d666d3b377
commit 796f0da379

View file

@ -49,7 +49,7 @@
<term><parameter>newscope</parameter></term>
<listitem>
<para>
The class scope to which associate the closure is to be associated, or
The class scope to which the closure is to be associated, or
'static' to keep the current one. If an object is given, the type of the
object will be used instead. This determines the visibility of protected
and private methods of the bound object.