Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu committed Oct 18, 2023
1 parent 27d5b61 commit 07965a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/web3swift/Web3/Web3+Contract.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extension Web3 {

// MARK: Writing Data flow
// FIXME: Rewrite this to CodableTransaction
/// 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.
/// If extraData is supplied it is appended to encoded bytecode and constructor parameters.
///
/// Returns a "Transaction intermediate" object.
Expand Down

0 comments on commit 07965a1

Please sign in to comment.