caolan / highland

High-level streams library for Node.js and the browser

Home Page:https://caolan.github.io/highland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typos found in the public docs.

e-dwar opened this issue · comments

The comments says xs, ys and zs while variables are called source, fork1 and fork2:

* // No values will be pulled from xs until zs also starts consuming.

Found here: https://highlandjs.org/#fork

Fixed. Thanks for reporting!