typelead / eta

The Eta Programming Language, a dialect of Haskell on the JVM
https://eta-lang.org
BSD 3-Clause "New" or "Revised" License
2.61k stars 141 forks source link

Documentation function compostition typo #950

Closed theGhostJW closed 5 years ago

theGhostJW commented 5 years ago

https://eta-lang.org/docs/user-guides/eta-user-guide/functions/composition

Note that you should read composition pipelines from left-to-right.

should this not be right-to-left ?

rahulmutt commented 5 years ago

@theGhostJW Yes, thanks for the catch. Would you like to submit a PR?

The source file is here: https://github.com/typelead/eta/blob/master/docs/0-user-guides/0-eta-user-guide/4-functions/2-composition.md

theGhostJW commented 5 years ago

done