Skip to content

Commit f3e4a57

Browse files
committed
[#8484] minor reword
1 parent 41c56d8 commit f3e4a57

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

components/finder.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@ the Finder instance.
5555
:phpfunction:`iterator_to_array` method, or get the number of items with
5656
:phpfunction:`iterator_count`.
5757

58-
.. tip::
58+
.. caution::
5959

60-
The ``Finder`` object doesn't reset its internal state automatically, which
61-
means that results are always added to the previous ones. Instantiate a new
62-
object or call :phpfunction:`create` on the existing object to reset the
63-
previous state.
60+
The ``Finder`` object doesn't reset its internal state automatically.
61+
This means that you need to create a new instance if you do not want
62+
get mixed results.
6463

6564
.. caution::
6665

0 commit comments

Comments
 (0)