From 3fb8ecad768925158b7313b0733caf580a105858 Mon Sep 17 00:00:00 2001 From: Jesse B Miller Date: Mon, 19 Mar 2018 09:50:07 -0500 Subject: [PATCH] Gender of signer is irrelevant and distracting (#822) --- contracts/ECRecovery.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ECRecovery.sol b/contracts/ECRecovery.sol index 3876ca6e8..9af0100f4 100644 --- a/contracts/ECRecovery.sol +++ b/contracts/ECRecovery.sol @@ -10,7 +10,7 @@ pragma solidity ^0.4.18; library ECRecovery { /** - * @dev Recover signer address from a message by using his signature + * @dev Recover signer address from a message by using their signature * @param hash bytes32 message, the hash is the signed message. What is recovered is the signer address. * @param sig bytes signature, the signature is generated using web3.eth.sign() */