The NatSpec comment for the adjustCdpWithWstEth function incorrectly mentions wrapped Ether instead of wrapped staked Ether. This could cause confusion for auditors and developers.
https://github.com/code-423n4/2024-06-badger/blob/9173558ee1ac8a78a7ae0a39b97b50ff0dd9e0f8/ebtc-zap-router/src/EbtcLeverageZapRouter.sol#L349
The function name adjustCdpWithWstEth and the use of _convertWstEthToStETH clearly indicate that the function deals with wrapped staked Ether (WstETH).
The current NatSpec comment incorrectly states that the function deals with wrapped Ether.
Update the NatSpec comment to accurately reflect the functions implementation. The corrected comment should be:
