cs3110 / textbook

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

"find" not "finding" issue on page /chapters/interp/substitution.html #92

Closed Luv2C0d3 closed 2 years ago

Luv2C0d3 commented 2 years ago

Text reads: "We could eagerly substitute the value of a variable for its name throughout the scope of that name, as soon as we finding a binding of the variable."

Should read: "We could eagerly substitute the value of a variable for its name throughout the scope of that name, as soon as we find a binding of the variable.

IOT: Present tense rather than gerund for find.