apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.23k stars 89 forks source link

Correct the type names used in LoggingMiddleware example README #467

Closed simonjbeaumont closed 5 months ago

simonjbeaumont commented 5 months ago

Motivation

Each of our examples includes a covering README. The README for the logging middleware example had some comments about the type names that were inaccurate.

Modifications

Fix the commentary in the logging middleware example README.

Result

Fixed the commentary in the logging middleware example README.

Test Plan

None.

czechboy0 commented 5 months ago

@simonjbeaumont Approved but since it needs a typo fix, disabled auto-merge.