Omniscia Euler Finance Audit
YieldAggregator Code Style Findings
YieldAggregator Code Style Findings
YAR-01C: Generic Typographic Mistake
Type | Severity | Location |
---|---|---|
Code Style | ![]() | YieldAggregator.sol:L290 |
Description:
The referenced line contains a typographical mistake (i.e. private
variable without an underscore prefix) or generic documentational error (i.e. copy-paste) that should be corrected.
Example:
src/YieldAggregator.sol
290/// @dev See {VaultModule-redeem}.
Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation:
The referenced documentation line was corrected addressing this exhibit.