Skip to content

Commit 89210fd

Browse files
committed
Changes the return type of .import() from undefined to EventEmitter
1 parent c76db7a commit 89210fd

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)