Skip to content

Commit

Permalink
fix mispelling in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Sep 12, 2024
1 parent bd57261 commit c36a2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RepoTokenList.sol
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ library RepoTokenList {
* @param discountRateAdapter The discount rate adapter
* @param purchaseTokenPrecision The precision of the purchase token
* @return totalPresentValue The total present value of the repoTokens
* @dev Aaggregates the present value of all repoTokens in the list.
* @dev Aggregates the present value of all repoTokens in the list.
*/
function getPresentValue(
RepoTokenListData storage listData,
Expand Down

0 comments on commit c36a2be

Please sign in to comment.