From 6f40ed3fbf169778417e0dda7580ccdec8818cb9 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 20 Apr 2020 21:27:48 -0300 Subject: [PATCH] Fix crossreference --- contracts/presets/ERC721PresetMinterPauserAutoId.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/presets/ERC721PresetMinterPauserAutoId.sol b/contracts/presets/ERC721PresetMinterPauserAutoId.sol index 358fd858e..e8dd790cd 100644 --- a/contracts/presets/ERC721PresetMinterPauserAutoId.sol +++ b/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}.