Skip to content

Commit

Permalink
resolve some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Aug 11, 2023
1 parent 5181a33 commit 69a17d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/common/AddressResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ abstract contract AddressResolver {
}

/**
* Fetch the AddressManager's address.
* Fetches the AddressManager's address.
* @return The current address of the AddressManager.
*/
function addressManager() public view returns (address) {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/contracts/common/EssentialContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract contract EssentialContract is
}

/**
* Initialize the contract with an address manager.
* Initializes the contract with an address manager.
* @param _addressManager The address of the address manager.
*/
function _init(address _addressManager) internal virtual override {
Expand Down

0 comments on commit 69a17d6

Please sign in to comment.