Skip to content

Commit d994df0

Browse files
authored
Update explainer.md
1 parent b240689 commit d994df0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

explainer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ of an encoded frame and adds 4 bytes of padding.
147147
return;
148148
event.transformer.readable
149149
.pipeThrough(transform)
150-
.pipeTo(event.transformer..writable);
150+
.pipeTo(event.transformer.writable);
151151
};
152152
</pre>
153153

@@ -310,4 +310,3 @@ This also seemed to involve a significantly larger set of new interfaces, with a
310310
correspondingly larger implementation effort, and would offer less flexibility
311311
in how the processing elements could be implemented.
312312

313-

0 commit comments

Comments
 (0)