avigad / lamr

Logic and Mechanized Reasoning
82 stars 20 forks source link

Fix typo in Section 2.3: Generalized induction and recursion #5

Open pszenher opened 7 months ago

pszenher commented 7 months ago

Minor typo correction, change as follows:

Replace: ...means that we principles of recursion and induction...

With: ...means that we *can use* principles of recursion and induction...

It looks like the real backing source repository for the lamr textbook isn't publicly available, so this change is made against the Sphinx-generated content on the GitHub Pages branch. Hopefully a concrete pull request will be easier to use in fixing the upstream text than a textual description of the change via GitHub issue.