Skip to content

Commit

Permalink
Merge pull request #370 from mattpolzin/mattpolzin-patch-1
Browse files Browse the repository at this point in the history
Update phrasing in README.md
  • Loading branch information
mattpolzin authored Apr 13, 2024
2 parents 4a3d992 + d6cb6d7 commit d832864
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 d832864

Please sign in to comment.