Skip to content

Commit e542974

Browse files
chore: docs refactoring
1 parent 45c8ba5 commit e542974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/EthereumNetwork/Request/APIRequest+Methods.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extension APIRequest {
105105
return APIResponse(id: 2, result: result)
106106
}
107107

108-
/// This bit of code is purposed to work with literal types that comes in ``Response`` in hexString type.
108+
/// This bit of code is purposed to work with literal types that come in ``Response`` in hexString type.
109109
/// Currently it's just `Data` and any kind of Integers `(U)Int`, `Big(U)Int`.
110110
if let LiteralType = Result.self as? LiteralInitiableFromString.Type {
111111
guard let responseAsString = try? JSONDecoder().decode(APIResponse<String>.self, from: data) else { throw Web3Error.dataError }

0 commit comments

Comments
 (0)