Merge pull request #2 from mbarnach/README_typo

Typo in README
This commit is contained in:
Ádám Rocska 2022-03-24 09:22:11 +01:00 committed by GitHub
commit db128d9684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ MediaType.application(.other("myApp", .json))
## Using Media Types
You can use regular `swift` statements to test for media types and get access to their components. The following example
You can use regular `switch` statements to test for media types and get access to their components. The following example
shows various ways to treat a media type.
```swift