swannodette / mori

ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

Home Page:http://swannodette.github.io/mori

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc typo: takeWhile

pdavidow opened this issue · comments

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

a = [0,1,2,3,4,5,6,7,8,9]
mori.takeWhile ((n) -> n < 5), r // => (0 1 2 3 4)

((n) -> n < 5), r => ((n) -> n < 5), a