Fix a grammatical error in a comment (#2352)
changed a comment in the isContract function to make it grammatically right.
This commit is contained in:
@ -24,7 +24,7 @@ library Address {
|
|||||||
* ====
|
* ====
|
||||||
*/
|
*/
|
||||||
function isContract(address account) internal view returns (bool) {
|
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
|
// construction, since the code is only stored at the end of the
|
||||||
// constructor execution.
|
// constructor execution.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user