We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da89c43 commit c44c220Copy full SHA for c44c220
contracts/access/Ownable2Step.sol
@@ -10,7 +10,7 @@ import "./Ownable.sol";
10
* there is an account (an owner) that can be granted exclusive access to
11
* specific functions.
12
*
13
- * 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
14
* can later be changed with {transferOwnership} and {acceptOwnership}.
15
16
* This module is used through inheritance. It will make available all functions
0 commit comments