Update docs

This commit is contained in:
github-actions
2022-05-11 21:14:33 +00:00
parent 2226bb0f34
commit 0627757030
19 changed files with 86 additions and 64 deletions

View File

@ -17,7 +17,7 @@ contract ERC1967Proxy is Proxy, ERC1967Upgrade {
* @dev Initializes the upgradeable proxy with an initial implementation specified by `_logic`.
*
* If `_data` is nonempty, it's used as data in a delegate call to `_logic`. This will typically be an encoded
* function call, and allows initializating the storage of the proxy like a Solidity constructor.
* function call, and allows initializing the storage of the proxy like a Solidity constructor.
*/
constructor(address _logic, bytes memory _data) payable {
assert(_IMPLEMENTATION_SLOT == bytes32(uint256(keccak256("eip1967.proxy.implementation")) - 1));