Fix typos in pallet-contracts (#13629)

* Fix typos in pallet-contracts
This commit is contained in:
PG Herveou
2023-03-17 16:31:51 +01:00
committed by GitHub
parent 5378c64c39
commit f5773795e9
14 changed files with 37 additions and 37 deletions
@@ -39,7 +39,7 @@ use wasm_instrument::{
},
};
/// The location where to put the genrated code.
/// The location where to put the generated code.
pub enum Location {
/// Generate all code into the `call` exported function.
Call,