Skip to content

Commit 07965a1

Browse files
fix: typo
1 parent 27d5b61 commit 07965a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Web3/Web3+Contract.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extension Web3 {
4747

4848
// MARK: Writing Data flow
4949
// FIXME: Rewrite this to CodableTransaction
50-
/// Deploys a constact instance using the previously provided ABI, some bytecode, constructor parameters and options.
50+
/// Deploys a contract instance using the previously provided ABI, some bytecode, constructor parameters and options.
5151
/// If extraData is supplied it is appended to encoded bytecode and constructor parameters.
5252
///
5353
/// Returns a "Transaction intermediate" object.

0 commit comments

Comments
 (0)