From 82769e54c32aa03c15185daf24222ab72db8863d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Fri, 5 Jun 2020 19:26:40 -0300 Subject: [PATCH] Fix 721 preset docs --- 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 3515a59a1..11fc0d87d 100644 --- a/contracts/presets/ERC721PresetMinterPauserAutoId.sol +++ b/contracts/presets/ERC721PresetMinterPauserAutoId.sol @@ -33,8 +33,8 @@ contract ERC721PresetMinterPauserAutoId is Context, AccessControl, ERC721Burnabl Counters.Counter private _tokenIdTracker; /** - * @dev Grants `DEFAULT_ADMIN_ROLE` and `MINTER_ROLE` to the account that - * deploys the contract. + * @dev Grants `DEFAULT_ADMIN_ROLE`, `MINTER_ROLE` and `PAUSER_ROLE` to the + * account that deploys the contract. * * Token URIs will be autogenerated based on `baseURI` and their token IDs. * See {ERC721-tokenURI}.