diff --git a/src/reference/errors.md b/src/reference/errors.md index 23e2e9b..0ae98e3 100644 --- a/src/reference/errors.md +++ b/src/reference/errors.md @@ -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