failes -> fails

pull/848/head
Luke Imhoff 6 years ago
parent 0b5729c144
commit 6dbb511700
  1. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc.ex

@ -294,7 +294,7 @@ defmodule EthereumJSONRPC do
## Returns
* Handled response
* `{:error, reason}` if POST failes
* `{:error, reason}` if POST fails
"""
@spec json_rpc(Transport.request(), json_rpc_named_arguments) ::
{:ok, Transport.result()} | {:error, reason :: term()}

Loading…
Cancel
Save