cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
720 stars 132 forks source link

Fix typo in functions.md #75

Closed ribeirotomas1904 closed 2 years ago

ribeirotomas1904 commented 2 years ago

I think that "for example, given 6 we can't compute backwards to id 5" should be "for example, given 5 we can't compute backwards to id 5" or "for example, given 6 we can't compute backwards to inc 5"