Skip to content

Commit

Permalink
chore: update match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jul 28, 2024
1 parent b0bdf1b commit e7cb2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ The store provides the following manipulation methods in addition to implementin
### Searching quads or entities
The store provides the following search methods
([documentation](http://rdfjs.github.io/N3.js/docs/N3Store.html)):
- `match` returns a stream and stream of quads matching the given pattern
- `match` returns a stream and generator of quads matching the given pattern
- `getQuads` returns an array of quads matching the given pattern
- `countQuads` counts the number of quads matching the given pattern
- `forEach` executes a callback on all matching quads
Expand Down

0 comments on commit e7cb2e6

Please sign in to comment.