Skip to content

Commit f33f081

Browse files
level39nikic
authored andcommitted
Fix a minor typo
1 parent bd43ec7 commit f33f081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/component/Walking_the_AST.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Simple node finding
295295

296296
While the node visitor mechanism is very flexible, creating a node visitor can be overly cumbersome
297297
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
298+
satisfy a certain callback, or which are instances of a certain node type. A couple of examples are
299299
shown in the following:
300300

301301
```php

0 commit comments

Comments
 (0)