From 57551c8516aa50fba934ba49992f24e8e7478346 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 20 Apr 2020 21:06:36 -0300 Subject: [PATCH] Fix asciidoc typos --- contracts/presets/ERC721PresetMinterPauserAutoId.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/presets/ERC721PresetMinterPauserAutoId.sol b/contracts/presets/ERC721PresetMinterPauserAutoId.sol index 128a0b464..358fd858e 100644 --- a/contracts/presets/ERC721PresetMinterPauserAutoId.sol +++ b/contracts/presets/ERC721PresetMinterPauserAutoId.sol @@ -31,7 +31,7 @@ contract ERC721PresetMinterPauserAutoId is Context, AccessControl, ERC721Burnabl Counters.Counter private _tokenIdTracker; /** - * @dev Grants `DEFAULT_ADMIN_ROLE` and `MINTER_ROLE`to the account that + * @dev Grants `DEFAULT_ADMIN_ROLE` and `MINTER_ROLE` to the account that * deploys the contract. * * Token URIs will be autogenerated based on `baseURI` and their token IDs. @@ -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 {Transfer} event), and the token + * assigned (and available on the emitted {ERC721-Transfer} event), and the token * URI autogenerated based on the base URI passed at construction. * * See {ERC721-_mint}.