cs3110 / textbook

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

Issue on page /chapters/ds/promises.html #67

Closed PeytonJane closed 2 years ago

PeytonJane commented 2 years ago

"To implement that interface, we can make the representation type of of 'a promise be a reference to a state:"

Repetition of the word "of."

Corrected Sentence: "To implement that interface, we can make the representation type of 'a promise be a reference to a state:"