From a0cd9438e3abcf9e0d834c9859a9239eb4df8060 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 17 Jan 2024 01:18:39 +0800 Subject: [PATCH] Fix spelling (#685) --- progenitor-impl/src/method.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progenitor-impl/src/method.rs b/progenitor-impl/src/method.rs index a530986..7f341ca 100644 --- a/progenitor-impl/src/method.rs +++ b/progenitor-impl/src/method.rs @@ -1217,7 +1217,7 @@ impl Generator { /// Extract responses that match criteria specified by the `filter`. The /// result is a `Vec` 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,