From 7e278f12d724e9796f7e95cb649be0afe0f53d57 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Mon, 19 Aug 2024 10:58:04 -0500 Subject: [PATCH] docs: fix typo --- packages/inter-protocol/src/interest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/inter-protocol/src/interest.js b/packages/inter-protocol/src/interest.js index 688c4e67d2d0..7faf77615df4 100644 --- a/packages/inter-protocol/src/interest.js +++ b/packages/inter-protocol/src/interest.js @@ -197,7 +197,7 @@ export const chargeInterest = (powers, params, prior, accruedUntil) => { } // NB: This method of inferring the compounded rate from the ratio of debts - // acrrued suffers slightly from the integer nature of debts. However in + // accrued suffers slightly from the integer nature of debts. However in // testing with small numbers there's 5 digits of precision, and with large // numbers the ratios tend towards ample precision. // TODO adopt banker's rounding https://github.com/Agoric/agoric-sdk/issues/4573