Skip to content

Commit fec3a64

Browse files
committed
docs: fixed typo in comment
1 parent c374014 commit fec3a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/interfaces/IPool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ interface IPool {
611611
/**
612612
* @notice Returns the address of the underlying asset of a reserve by the reserve id as stored in the DataTypes.ReserveData struct
613613
* @param id The id of the reserve as stored in the DataTypes.ReserveData struct
614-
* @return The addresses of the reserve associated with id
614+
* @return The address of the reserve associated with id
615615
**/
616616
function getReserveAddressById(uint16 id) external view returns (address);
617617

0 commit comments

Comments
 (0)