getify / Functional-Light-JS

Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
http://FLJSBook.com
Other
16.6k stars 1.95k forks source link

Grammatical mistake ? #98

Closed JoeHetfield closed 7 years ago

JoeHetfield commented 7 years ago

Ch2, Line 411:

... meaning that it may be harder to read a function to understand its output behavior if there are many paths that output.

I think it better be:

... meaning that it may be harder to read a function to understand its output behavior if there are many paths could produce that output.