Skip to content

Commit 9f37e0a

Browse files
authored
Merge pull request #110 from jacoscaz/import-return-value
Changes the return type of Sink .import() from undefined to EventEmitter
2 parents d7abf77 + 89210fd commit 9f37e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ A Sink is an object that consumes quads.
185185
It can store the quads or do some further processing.
186186
For example serializers and transformations which consume quads can implement the Sink interface.
187187

188-
- `undefined .import(Stream stream)`
188+
- `EventEmitter .import(Stream stream)`
189189
Writes all quads from the stream to the sink.
190190

191191
### Store extends Source, Sink

0 commit comments

Comments
 (0)