Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Jul 21, 2022
1 parent bfd194f commit 4dce064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions progenitor-impl/src/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<
Expand Down Expand Up @@ -1220,7 +1220,7 @@ impl Generator {
})
.collect::<Result<Vec<_>>>()?;

// Generate the devalue value for each parameter.
// Generate the default value value for each parameter.
let param_values = method
.params
.iter()
Expand Down

0 comments on commit 4dce064

Please sign in to comment.