Skip to content

Commit

Permalink
fix: Fix error in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jan 5, 2022
1 parent 002ebda commit a9aec4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/interfaces/IPoolAddressesProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ interface IPoolAddressesProvider {
* @notice Returns an address by its identifier.
* @dev It returns the proxy address if the address is behind a proxy
* @dev It returns ZERO if there is no registered address with the given id
* @param id The id
* @return The address of the registered contract
*/
function getAddress(bytes32 id) external view returns (address);
Expand Down

0 comments on commit a9aec4a

Please sign in to comment.