getify / Functional-Light-JS

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

consistently use name `strUppercaseReducer` #206

Closed klequis closed 2 years ago

klequis commented 2 years ago

Chapter starts out with name of function as strUppercaseReducer but has one instance where "To" is added - strToUppercaseReducer.

Fix: consistently use name strUppercaseReducer.

Supersede #205

getify commented 2 years ago

Thanks!!