mori icon indicating copy to clipboard operation
mori copied to clipboard

doc typos: take

Open pdavidow opened this issue 8 years ago • 0 comments

http://swannodette.github.io/mori/#take

colletion => collection

var a = mori.range(); // infinite sequence
mori.take(10, r); // => (0 1 2 3 4 5 6 7 8 9)

(10, r) => (10, a)

pdavidow avatar Jul 06 '16 23:07 pdavidow