From a9055f5ce2dd81276c6b0adbec584e05260ffefc Mon Sep 17 00:00:00 2001 From: Rudy Godoy Date: Fri, 29 Sep 2017 14:55:18 -0500 Subject: [PATCH] Fixes typos --- docs/source/ecrecovery.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/ecrecovery.rst b/docs/source/ecrecovery.rst index dea50f8a8..ac6668686 100644 --- a/docs/source/ecrecovery.rst +++ b/docs/source/ecrecovery.rst @@ -1,7 +1,7 @@ -ECReovery +ECRecovery ============================================= -Returns the signer of the the hash using the signature divided in v, r, and s values. +Returns the signer of the hash using the signature divided in v, r, and s values. recover(bytes32 hash, bytes sig) internal returns (address) """""""""""""""""""""""""""""""""""""""""""""""""