Fix spelling (#685)
This commit is contained in:
parent
cd67545ee1
commit
a0cd9438e3
|
@ -1217,7 +1217,7 @@ impl Generator {
|
||||||
|
|
||||||
/// Extract responses that match criteria specified by the `filter`. The
|
/// Extract responses that match criteria specified by the `filter`. The
|
||||||
/// result is a `Vec<OperationResponse>` that enumerates the cases matching
|
/// 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.
|
/// those cases.
|
||||||
pub(crate) fn extract_responses<'a>(
|
pub(crate) fn extract_responses<'a>(
|
||||||
&self,
|
&self,
|
||||||
|
|
Loading…
Reference in New Issue