Improve grammar in transfer error messages (#3542)

This commit is contained in:
Aleksei Magusev
2022-07-25 13:01:14 -07:00
committed by GitHub
parent d1b1e17d23
commit fbf235661e
8 changed files with 16 additions and 16 deletions

View File

@ -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.