Skip to content

Commit 71f0aa3

Browse files
authored
Fix typo in codegen/dispatch/polkadot.rs (#1788)
Signed-off-by: Samuel Moelius <35515885+smoelius@users.noreply.github.com>
1 parent 279ee91 commit 71f0aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/dispatch/polkadot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use solang_parser::pt::{FunctionTy, Loc::Codegen};
1515
use std::fmt::{Display, Formatter, Result};
1616

1717
/// On Polkadot, contracts export a `call` and a `deploy` function.
18-
/// The `contracts` pallet will invoke `deploy` on contract instatiation,
18+
/// The `contracts` pallet will invoke `deploy` on contract instantiation,
1919
/// and `call` on any contract calls after the instantiation.
2020
///
2121
/// On Ethereum, constructors do not exist on-chain; they are only executed once.

0 commit comments

Comments
 (0)