From 496d561a574e4aedb2bb31d8360ca21f18cac841 Mon Sep 17 00:00:00 2001 From: thatplatypus Date: Sun, 15 Oct 2023 20:40:02 -0600 Subject: [PATCH] =?UTF-8?q?Correct=20documentation=20typo=20-=20Corrects?= =?UTF-8?q?=20a=20simple=20typo=20in=20errors.md=20from=20`instnace`=20?= =?UTF-8?q?=E2=9E=A1=EF=B8=8F=20`instance`=20in=20the=20`Error-Proneness`?= =?UTF-8?q?=20section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/reference/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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