Skip to content

Commit

Permalink
fix: Fixed unnecessary closing parenthesis Update EDAPrice.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 31, 2024
1 parent 28ac504 commit 4eec2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/EDAPrice.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library EDAPrice {
/// @dev reverts if perPeriodDecayPercentWad >= 1e18
/// @dev reverts if uint256 secondsInPeriod = 0
/// @dev reverts if startPrice * multiplier overflows
/// @dev reverts if lnWad(percentWadRemainingPerPeriod) * ratio) overflows
/// @dev reverts if lnWad(percentWadRemainingPerPeriod) * ratio overflows

/// @param startPrice the starting price of the auction
/// @param secondsElapsed the seconds elapsed since auction start
Expand Down

0 comments on commit 4eec2f8

Please sign in to comment.