Skip to content

Commit cc8853e

Browse files
Minor reword
1 parent 69ecceb commit cc8853e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/finder.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ the Finder instance.
5757

5858
.. tip::
5959

60-
The Finder object keeps internal state. If you want to find another set of results you
61-
should create a new Finder object or call :phpfunction:`create` on the existing object. Otherwise
62-
the results will be added to the ones previously found.
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.
6364

6465
.. caution::
6566

0 commit comments

Comments
 (0)