We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d5ecd + c12221d commit 78578f7Copy full SHA for 78578f7
Documentation/Index.md
@@ -1519,7 +1519,7 @@ for example if you are using the
1519
[Facade pattern](https://en.wikipedia.org/wiki/Facade_pattern) to hide
1520
subclasses behind a super class. For example, you may want to encode an Image
1521
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
+HEIFImage. You will need to determine the correct subclass before you know
1523
which type to decode.
1524
1525
```swift
0 commit comments