aave / aave-v3-core

This repository contains the core smart contracts of the Aave V3 protocol.
https://aave.com
Other
879 stars 573 forks source link

Natspec type error in `_getProxyImplementation()` function inside the contract PoolAddressesProvider #930

Open MatinR1 opened 11 months ago

MatinR1 commented 11 months ago

The natspec of the function _getProxyImplementation() inside the contract PoolAddressesProvider has an extra [the](https://github.com/aave/aave-v3-core/blob/master/contracts/protocol/configuration/PoolAddressesProvider.sol#L194) betweenReturnsandimplementation`:

  • @notice Returns the the implementation contract of the proxy contract by its identifier.

Consider removing one of the thes.