Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/reference/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Emojicode supports error handling for any kind of method, initializer or
closure.

In Emojicode errors are represented by instance of the 🚧 or its subclasses.
For instnace, the class 🚧🔸↕️ is used to represent errors that occur during
For instance, the class 🚧🔸↕️ is used to represent errors that occur during
input/output operations, such as when reading a file.

In case a method, initializer or closure may fail, it should be declared as
Expand Down