cs3110 / textbook

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

Issue on page /chapters/ds/memoization.html #151

Closed 0xMaka closed 8 months ago

0xMaka commented 1 year ago

RE: Reporting Errors

Suggest minor change:
From:

In this case the indexing keys are integers, so we can -use- implement this table using an array:

To:

In this case the indexing keys are integers, so we can implement this table using an array:

clarksmr commented 8 months ago

Thank you!