Skip to content

Typo in code block of "Error Checking and Exceptions" #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lawrencetheabhorrence opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@lawrencetheabhorrence
Copy link

lawrencetheabhorrence commented Jan 29, 2025

In the definition of LispVal, there is an error for the definition of showError for NumArgs:
(NumArgs int args) -> T.concat ["Error Number Arguments, expected ", T.pack $ show int, " recieved args: ", unwordsList args]

Instead of "recieved args", it should probably be "received args".

There is also another typo for Expected List: "function" instead of "funciton"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant