We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279ee91 commit 71f0aa3Copy full SHA for 71f0aa3
src/codegen/dispatch/polkadot.rs
@@ -15,7 +15,7 @@ use solang_parser::pt::{FunctionTy, Loc::Codegen};
15
use std::fmt::{Display, Formatter, Result};
16
17
/// On Polkadot, contracts export a `call` and a `deploy` function.
18
-/// The `contracts` pallet will invoke `deploy` on contract instatiation,
+/// The `contracts` pallet will invoke `deploy` on contract instantiation,
19
/// and `call` on any contract calls after the instantiation.
20
///
21
/// On Ethereum, constructors do not exist on-chain; they are only executed once.
0 commit comments