diff --git a/progenitor-impl/src/method.rs b/progenitor-impl/src/method.rs index 89ce8ed..c65f50d 100644 --- a/progenitor-impl/src/method.rs +++ b/progenitor-impl/src/method.rs @@ -1161,7 +1161,7 @@ impl Generator { /// ``` /// /// Finally, builders have methods to execute the operation. This simply - /// resolves ach parameter with the ? (Try operator). + /// resolves each parameter with the ? (Try operator). /// ```ignore /// impl<'a> OperationId<'a> { /// pub fn send(self) -> Result< @@ -1220,7 +1220,7 @@ impl Generator { }) .collect::>>()?; - // Generate the devalue value for each parameter. + // Generate the default value value for each parameter. let param_values = method .params .iter()