From ae4e9845de4a0f6c43d2de0156d20e6b4994354c Mon Sep 17 00:00:00 2001 From: Nikhil Desai Date: Tue, 8 Sep 2020 23:20:12 +0530 Subject: [PATCH] Fix a grammatical error in a comment (#2352) changed a comment in the isContract function to make it grammatically right. --- contracts/utils/Address.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/Address.sol b/contracts/utils/Address.sol index fe3ba6537..e93111dd0 100644 --- a/contracts/utils/Address.sol +++ b/contracts/utils/Address.sol @@ -24,7 +24,7 @@ library Address { * ==== */ function isContract(address account) internal view returns (bool) { - // This method relies in extcodesize, which returns 0 for contracts in + // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution.