소스 검색

Fix crossreference

Francisco Giordano 5 년 전
부모
커밋
6f40ed3fbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contracts/presets/ERC721PresetMinterPauserAutoId.sol

+ 1 - 1
contracts/presets/ERC721PresetMinterPauserAutoId.sol

@@ -48,7 +48,7 @@ contract ERC721PresetMinterPauserAutoId is Context, AccessControl, ERC721Burnabl
 
     /**
      * @dev Creates a new token for `to`. Its token ID will be automatically
-     * assigned (and available on the emitted {ERC721-Transfer} event), and the token
+     * assigned (and available on the emitted {IERC721-Transfer} event), and the token
      * URI autogenerated based on the base URI passed at construction.
      *
      * See {ERC721-_mint}.