Typo fixes#818
Open
mzhao80 wants to merge 1 commit into
Open
Conversation
Chapter 8: Equivalent Models of Computation
1. Extra period when rendered: ### {.theorem title="Enhanced λ calculus equivalent to pure λ calculus." #enhancedvanillalambdathm} -> ### {.theorem title="Enhanced λ calculus equivalent to pure λ calculus" #enhancedvanillalambdathm}
1. (no fix): Throughout the section talking about how enhanced lambda calculus is equivalent to pure lambda calculus, the FILTER function is not mentioned despite being introduced as part of the enhanced lambda calculus earlier.
Chapter 9: Uncomputability:
1. Syntax: Set input of M' as z instead of w in pseudocode for consistency with the text.
Chapter 19: Cryptography
1. Update for consistency with rest of book "$E_k(a NAND b)$" -> "$E_k(NAND(a,b))$
1. Fix typo: "The question of _existence_ of such a scheme" -> The question of the _existence_ of such a scheme"
1. Update for John Nash section "However, he has struggled" -> "However, he struggled"
Chapter 22: Quantum Computing
1. Fix typo "On input a an integer" -> "On input an integer"
1. Fix typo "NAND gates,and so" -> "NAND gates, and so"
1. Fix typo "cummbersome" -> "cumbersome"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Chapter 8: Equivalent Models of Computation
Chapter 9: Uncomputability:
Chapter 19: Cryptography
Chapter 22: Quantum Computing