Remove repetitive word from CHANGELOG.md (#4970)

Signed-off-by: majorteach <csgcgl@126.com>
pull/4972/head
James Kang 10 months ago committed by GitHub
parent 9f123d6a84
commit 159fc11d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md

@ -205,7 +205,7 @@ Batch transfers will now emit `TransferSingle` if the batch consists of a single
#### ERC165Storage
Users that were registering EIP-165 interfaces with `_registerInterface` from `ERC165Storage` should instead do so so by overriding the `supportsInterface` function as seen below:
Users that were registering EIP-165 interfaces with `_registerInterface` from `ERC165Storage` should instead do so by overriding the `supportsInterface` function as seen below:
```solidity
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {

Loading…
Cancel
Save