Skip to content

Commit 159fc11

Browse files
authored
Remove repetitive word from CHANGELOG.md (#4970)
Signed-off-by: majorteach <[email protected]>
1 parent 9f123d6 commit 159fc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Batch transfers will now emit `TransferSingle` if the batch consists of a single
205205

206206
#### ERC165Storage
207207

208-
Users that were registering EIP-165 interfaces with `_registerInterface` from `ERC165Storage` should instead do so so by overriding the `supportsInterface` function as seen below:
208+
Users that were registering EIP-165 interfaces with `_registerInterface` from `ERC165Storage` should instead do so by overriding the `supportsInterface` function as seen below:
209209

210210
```solidity
211211
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {

0 commit comments

Comments
 (0)