We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c8ba5 commit e542974Copy full SHA for e542974
Sources/Web3Core/EthereumNetwork/Request/APIRequest+Methods.swift
@@ -105,7 +105,7 @@ extension APIRequest {
105
return APIResponse(id: 2, result: result)
106
}
107
108
- /// This bit of code is purposed to work with literal types that comes in ``Response`` in hexString type.
+ /// This bit of code is purposed to work with literal types that come in ``Response`` in hexString type.
109
/// Currently it's just `Data` and any kind of Integers `(U)Int`, `Big(U)Int`.
110
if let LiteralType = Result.self as? LiteralInitiableFromString.Type {
111
guard let responseAsString = try? JSONDecoder().decode(APIResponse<String>.self, from: data) else { throw Web3Error.dataError }
0 commit comments