Skip to content

Commit

Permalink
minor fix to natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Oct 6, 2021
1 parent 5f25e80 commit 72794d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/libraries/TwabLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ library TwabLib {
}

/** @notice Calculates the next TWAB checkpoint for an account with a decreasing balance.
* @dev Given an Account struct and amount decreasing will calculate the
next TWAB observable checkpoint. Generally the function calling
will update the contract state with return values.
* @dev With Account struct and amount decreasing calculates the next TWAB observable checkpoint.
* @param _account Account whose balance will be decreased
* @param _amount Amount to decrease the balance by
* @param _revertMessage Revert message for insufficient balance
Expand Down

0 comments on commit 72794d8

Please sign in to comment.