Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 30, 2023
1 parent e0a25de commit 13eec24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ Matcher\sequence(
// Level 2: <user locale="nl">Jos</user>
// Searches for all elements that matches `<user />` and attribute `locale="nl"`
Matcher\all(
element_name('user'),
attribute_value('locale', 'nl')
Matcher\element_name('user'),
Matcher\attribute_value('locale', 'nl')
)
);
```
Expand Down

0 comments on commit 13eec24

Please sign in to comment.