Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Aodhgan committed Oct 14, 2021
1 parent d582922 commit 5357854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Reserve.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import "./libraries/ObservationLib.sol";
transfered IN new checkpoint *can* be created if checkpoint() is called after transfering tokens.
By using the reserve and withdraw accumulators to create a new checkpoint, any contract or account
can lookup the balance increase of the reserve for a target timerange.
* @dev By calculating the total held tokens in a speicific time range, contracts that require knowledge
of captured interest during a draw period, can easily call into the Reserve and determininstially
* @dev By calculating the total held tokens in a specific time range, contracts that require knowledge
of captured interest during a draw period, can easily call into the Reserve and deterministically
determine the newly aqcuired tokens for that time range.
*/
contract Reserve is IReserve, Manageable {
Expand Down

0 comments on commit 5357854

Please sign in to comment.