Update docs

This commit is contained in:
github-actions
2022-11-08 14:30:45 +00:00
parent 1643a5673b
commit 6db3408885
193 changed files with 16530 additions and 45158 deletions

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/AccessControl.sol)
// OpenZeppelin Contracts (last updated v4.8.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
@ -110,7 +110,7 @@ abstract contract AccessControl is Context, IAccessControl, ERC165 {
string(
abi.encodePacked(
"AccessControl: account ",
Strings.toHexString(uint160(account), 20),
Strings.toHexString(account),
" is missing role ",
Strings.toHexString(uint256(role), 32)
)