Skip to content

Commit

Permalink
docs: fix typo (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro authored Jul 15, 2023
1 parent 7563f4a commit 1f62a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use proc_macro2::TokenStream as TokenStream2;
use quote::quote;

impl ItemTraitInfo {
/// Generate code that wrapps external calls.
/// Generate code that wraps external calls.
pub fn wrap_trait_ext(&self) -> TokenStream2 {
let mod_name = &self.mod_name;
let ext_structs = generate_ext_structs(&self.original.ident, None);
Expand Down

0 comments on commit 1f62a68

Please sign in to comment.