Skip to content

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

@lawrencetheabhorrence

Description

@lawrencetheabhorrence

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions