Skip to content

Commit 78578f7

Browse files
authored
Merge pull request #740 from camill-a/patch-1
Corected HEIFIamge to HEIFImage
2 parents b9d5ecd + c12221d commit 78578f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ for example if you are using the
15191519
[Facade pattern](https://en.wikipedia.org/wiki/Facade_pattern) to hide
15201520
subclasses behind a super class. For example, you may want to encode an Image
15211521
type that can be multiple different formats such as PNGImage, JPGImage, or
1522-
HEIFIamge. You will need to determine the correct subclass before you know
1522+
HEIFImage. You will need to determine the correct subclass before you know
15231523
which type to decode.
15241524

15251525
```swift

0 commit comments

Comments
 (0)