Skip to content

Commit 84ce50f

Browse files
Merge pull request #757 from cclauss/patch-1
Let’s spell parameters correctly
2 parents df935fb + e298263 commit 84ce50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Utils/EIP/EIP681.swift

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

241241
// TODO: throws errors instead of returning `nil`
242242
/// Attempts to parse given string as EIP681 code.
243-
/// Note: that ENS addresses as paramteres will be attempted to be resolved into Ethereum addresses.
243+
/// Note: that ENS addresses as parameters will be attempted to be resolved into Ethereum addresses.
244244
/// Thus, make sure that given raw EIP681 code has chain ID set or default Ethereum Mainnet chan ID will be used instead.
245245
/// - Parameter string: raw, encoded EIP681 code.
246246
/// - Returns: parsed EIP681 code or `nil` is something has failed.

0 commit comments

Comments
 (0)