Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jul 28, 2024
1 parent 0f9959b commit 174556b
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 @@ -305,7 +305,7 @@ for (const quad of store.match(namedNode('http://ex.org/Mickey'), null, null))
```

### [`Dataset` Interface](https://rdf.js.org/dataset-spec/#dataset-interface)
This store adheres to the `Datase` interface which exposes the following properties
This store adheres to the `Dataset` interface which exposes the following properties

Attributes:
- `size` — A non-negative integer that specifies the number of quads in the set.
Expand Down

0 comments on commit 174556b

Please sign in to comment.