Skip to content

Commit 62addff

Browse files
chore: missing space added
1 parent 9dc9713 commit 62addff

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
@@ -113,7 +113,7 @@ extension Web3 {
113113
return .init(transaction: transaction, web3: web3, contract: contract, method: method)
114114
}
115115

116-
/// Combines `createReadOperation`& `callContractMethod`
116+
/// Combines `createReadOperation` & `callContractMethod`
117117
@discardableResult
118118
public func callStatic(_ method: String, parameters: [Any]) async throws -> [String: Any] {
119119
try await contract.callStatic(method, parameters: parameters, provider: web3.provider)

0 commit comments

Comments
 (0)