emmanueltouzery / prelude-ts

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

Typo in the docs #62

Open mattdiamond opened 2 years ago

mattdiamond commented 2 years ago

I believe this text should say "But if it was a Right..."

https://github.com/emmanueltouzery/prelude-ts/blob/7338785a9cc5f368527f2d19d9bab0aa3afc13e7/src/Either.ts#L704

emmanueltouzery commented 2 years ago

that's correct, thank you! I'll apply this change the next time i make a change in prelude, alternatively PR welcome!