econded -> encoded

pull/848/head
Luke Imhoff 6 years ago
parent 33c12ca780
commit e20c98949e
  1. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/encoder.ex

@ -37,7 +37,7 @@ defmodule EthereumJSONRPC.Encoder do
end
@doc """
Given a function selector and a list of arguments, returns their econded versions.
Given a function selector and a list of arguments, returns their encoded versions.
This is what is expected on the Json RPC data parameter.
"""

Loading…
Cancel
Save