Improve grammar in transfer error messages (#3542)
This commit is contained in:
@ -107,7 +107,7 @@ interface IERC1820Registry {
|
||||
function implementsERC165Interface(address account, bytes4 interfaceId) external view returns (bool);
|
||||
|
||||
/**
|
||||
* @notice Checks whether a contract implements an ERC165 interface or not without using nor updating the cache.
|
||||
* @notice Checks whether a contract implements an ERC165 interface or not without using or updating the cache.
|
||||
* @param account Address of the contract to check.
|
||||
* @param interfaceId ERC165 interface to check.
|
||||
* @return True if `account` implements `interfaceId`, false otherwise.
|
||||
|
||||
Reference in New Issue
Block a user