From c36a2be1e798ffb90bf111f891aea196448a1f98 Mon Sep 17 00:00:00 2001 From: Andrew Zhou Date: Thu, 12 Sep 2024 11:35:39 -0700 Subject: [PATCH] fix mispelling in docs --- src/RepoTokenList.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RepoTokenList.sol b/src/RepoTokenList.sol index 31029176..391eb224 100644 --- a/src/RepoTokenList.sol +++ b/src/RepoTokenList.sol @@ -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,