We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd43ec7 commit f33f081Copy full SHA for f33f081
doc/component/Walking_the_AST.markdown
@@ -295,7 +295,7 @@ Simple node finding
295
296
While the node visitor mechanism is very flexible, creating a node visitor can be overly cumbersome
297
for minor tasks. For this reason a `NodeFinder` is provided, which can find AST nodes that either
298
-satisfy a certain callback, or which are instanced of a certain node type. A couple of examples are
+satisfy a certain callback, or which are instances of a certain node type. A couple of examples are
299
shown in the following:
300
301
```php
0 commit comments