From c44c220254d5decbc06ecc5008d7e8884c11bbb9 Mon Sep 17 00:00:00 2001 From: Renan Souza Date: Fri, 23 Jun 2023 19:37:27 -0300 Subject: [PATCH] Update Ownable2Step docs (#4384) Co-authored-by: Francisco --- contracts/access/Ownable2Step.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/access/Ownable2Step.sol b/contracts/access/Ownable2Step.sol index 61005b7e3..f76eb2bba 100644 --- a/contracts/access/Ownable2Step.sol +++ b/contracts/access/Ownable2Step.sol @@ -10,7 +10,7 @@ import "./Ownable.sol"; * there is an account (an owner) that can be granted exclusive access to * 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}. * * This module is used through inheritance. It will make available all functions