scheme icon indicating copy to clipboard operation
scheme copied to clipboard

Typo in code block of "Error Checking and Exceptions"

Open lawrencetheabhorrence opened this issue 9 months ago • 0 comments

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"

lawrencetheabhorrence avatar Jan 29 '25 21:01 lawrencetheabhorrence