Skip to content

Commit

Permalink
Update phrasing in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Apr 13, 2024
1 parent 4a3d992 commit d6cb6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ let encodedOpenAPIDoc = try encoder.encode(openAPIDoc)
### Validating OpenAPI Documents
Thanks to Swift's type system, the vast majority of the OpenAPI Specification is represented by the types of OpenAPIKit -- you cannot create bad OpenAPI docuements in the first place and decoding a document will fail with generally useful errors.

That being said, there are a small number of additional checks that you can perform to really put any concerns to bed.
That being said, there are a small number of additional checks that you can perform to really put any concerns to rest.

```swift
let openAPIDoc: OpenAPI.Document = ...
Expand Down

0 comments on commit d6cb6d7

Please sign in to comment.