From dde0af2e26f6f50ca9119f43f3b87c9aeea938fe Mon Sep 17 00:00:00 2001 From: Camilleri Alexandre Date: Mon, 2 Oct 2017 16:56:57 +0200 Subject: [PATCH] Corected HEIFIamge to HEIFImage Typo --- Documentation/Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Index.md b/Documentation/Index.md index c97fe8ca..efb90ae6 100644 --- a/Documentation/Index.md +++ b/Documentation/Index.md @@ -1519,7 +1519,7 @@ for example if you are using the [Facade pattern](https://en.wikipedia.org/wiki/Facade_pattern) to hide subclasses behind a super class. For example, you may want to encode an Image type that can be multiple different formats such as PNGImage, JPGImage, or -HEIFIamge. You will need to determine the correct subclass before you know +HEIFImage. You will need to determine the correct subclass before you know which type to decode. ```swift