소스 검색

Remove repetitive word from CHANGELOG.md (#4970)

Signed-off-by: majorteach <csgcgl@126.com>
James Kang 1 년 전
부모
커밋
159fc11d81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG.md

+ 1 - 1
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) {