Skip to content

Commit e298263

Browse files
authored
Let’s spell parameters correctly
1 parent 2a25ffa commit e298263

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)