emmanueltouzery / prelude-ts

Functional programming, immutable collections and FP constructs for typescript and javascript
ISC License
377 stars 21 forks source link

Fix doc typos #26

Closed chocolateboy closed 5 years ago

emmanueltouzery commented 5 years ago

Great, thank you! I appreciate the effort 👍

All the changes look good to me except the & to & change. The readme is written in markdown so in theory we don't need to escape &, and from what I see it seems escaped correctly as of now? Are you sure that change is correct?

chocolateboy commented 5 years ago

I've reverted the && change.

emmanueltouzery commented 5 years ago

Great, thank you!