We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17efd66 commit 8a186ffCopy full SHA for 8a186ff
pull.js
@@ -24,7 +24,7 @@ function values (ary) {
24
25
pull-streams don't really have a writable stream per se. "writable" implys that
26
the writer is the active partner, and the stream which is written to is passive.
27
-(like you are when you watch TV. the TV writes it's lies into neocortex via your retinas)
+(like you are when you watch TV. the TV writes its lies into neocortex via your retinas)
28
29
instead of a writable, pull streams have a "sink", that is a reader.
30
here the reader is the active party, actively consuming more data.
0 commit comments