mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
spelling fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283566 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49747f6e5f
commit
7041ce0903
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="filteriterator.accept" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>FilterIterator::accept</refname>
|
||||
<refpurpose>Check whether the current element of the iterator is accessable.</refpurpose>
|
||||
<refpurpose>Check whether the current element of the iterator is acceptable</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns whether the current element of the iterator is accessable trough this filter.
|
||||
Returns whether the current element of the iterator is acceptable trough this filter.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&true; if the current element is accessable, otherwise &false;.
|
||||
&true; if the current element is acceptable, otherwise &false;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue