We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d5b61 commit 07965a1Copy full SHA for 07965a1
Sources/web3swift/Web3/Web3+Contract.swift
@@ -47,7 +47,7 @@ extension Web3 {
47
48
// MARK: Writing Data flow
49
// FIXME: Rewrite this to CodableTransaction
50
- /// Deploys a constact instance using the previously provided ABI, some bytecode, constructor parameters and options.
+ /// Deploys a contract instance using the previously provided ABI, some bytecode, constructor parameters and options.
51
/// If extraData is supplied it is appended to encoded bytecode and constructor parameters.
52
///
53
/// Returns a "Transaction intermediate" object.
0 commit comments