Skip to content

Commit 5ed4345

Browse files
author
David Chase
committed
remove the 2
1 parent 1c7adfb commit 5ed4345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buffering.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are a few ways to do this:
3535
3636
This module wraps a pull stream transform to provide its own queuing
3737
mechanism, so that subsequent reads empty the queue. Its node stream analogy
38-
is https://github.com/dominictarr/through2
38+
is https://github.com/dominictarr/through
3939
*/
4040

4141
var through = require('pull-through')

0 commit comments

Comments
 (0)