Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Aug 19, 2024
1 parent 9840a56 commit 7e278f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inter-protocol/src/interest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e278f1

Please sign in to comment.