Skip to content

Commit c44c220

Browse files
RenanSouza2frangio
andauthored
Update Ownable2Step docs (#4384)
Co-authored-by: Francisco <fg@frang.io>
1 parent da89c43 commit c44c220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/access/Ownable2Step.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "./Ownable.sol";
1010
* there is an account (an owner) that can be granted exclusive access to
1111
* specific functions.
1212
*
13-
* By default, the owner account will be the one that deploys the contract. This
13+
* The initial owner is specified at deployment time in the constructor for `Ownable`. This
1414
* can later be changed with {transferOwnership} and {acceptOwnership}.
1515
*
1616
* This module is used through inheritance. It will make available all functions

0 commit comments

Comments
 (0)