Fix spelling (#685)

This commit is contained in:
John Vandenberg 2024-01-17 01:18:39 +08:00 committed by GitHub
parent cd67545ee1
commit a0cd9438e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ impl Generator {
/// Extract responses that match criteria specified by the `filter`. The
/// result is a `Vec<OperationResponse>` that enumerates the cases matching
/// the filter, and a `TokenStream` that respresents the generated type for
/// the filter, and a `TokenStream` that represents the generated type for
/// those cases.
pub(crate) fn extract_responses<'a>(
&self,