Skip to content

Commit f4561c9

Browse files
committed
Prefixes don't facilitate addition.
Fixes #126.
1 parent 0d161dc commit f4561c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The store provides the following manipulation methods
304304
([documentation](http://rubenverborgh.github.io/N3.js/docs/N3Store.html)):
305305
- `addTriple` to insert one triple/quad
306306
- `addTriples` to insert an array of triples/quads
307-
- `addPrefix` to register a prefix (facilitating addition and lookup)
307+
- `addPrefix` to register a prefix (facilitating lookup)
308308
- `addPrefixes` to register an array of prefixes
309309
- `removeTriple` to remove one triple/quad
310310
- `removeTriples` to remove an array of triples/quads

0 commit comments

Comments
 (0)