Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 4, 2023
1 parent 86443ff commit c25b2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Before it jumps back into the next `food` element to see if you are interested i

When the reader gets to the bottom of the XML, the reading is finished and all the matches you are interested in are yielded.

Matchers act similar to the {specification pattern](https://en.wikipedia.org/wiki/Specification_pattern).
Matchers act similar to the [specification pattern](https://en.wikipedia.org/wiki/Specification_pattern).
The cool part about this, is that it allows you to combine multiple matchers exactly as you would do with booleans.
For example: `sequence(element_name('breakfast_menu', element_name('food'))` will look for the NodeSequence that matches `breakfast_menu > food`.

Expand Down

0 comments on commit c25b2ca

Please sign in to comment.