diff --git a/docs/index.html b/docs/index.html index a9d2876..5b83db9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -386,7 +386,7 @@
To get the map iterator to be called, we must pull some data from the Stream. This is called a thunk, and some Highland methods will cause them (eg, each
, done
, apply
, toArray
, pipe
, resume
).
To get the map iterator to be called, we must pull some data from the Stream. This is called a thunk, and some Highland methods will cause them (eg, each
, done
, apply
, toArray
, pipe
, resume
, pull
).
nums.each(function (n) { console.log(n); });
// calls === 3