Update Ownable2Step docs (#4384)
Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -10,7 +10,7 @@ import "./Ownable.sol";
|
|||||||
* there is an account (an owner) that can be granted exclusive access to
|
* there is an account (an owner) that can be granted exclusive access to
|
||||||
* specific functions.
|
* specific functions.
|
||||||
*
|
*
|
||||||
* By default, the owner account will be the one that deploys the contract. This
|
* The initial owner is specified at deployment time in the constructor for `Ownable`. This
|
||||||
* can later be changed with {transferOwnership} and {acceptOwnership}.
|
* can later be changed with {transferOwnership} and {acceptOwnership}.
|
||||||
*
|
*
|
||||||
* This module is used through inheritance. It will make available all functions
|
* This module is used through inheritance. It will make available all functions
|
||||||
|
|||||||
Reference in New Issue
Block a user