Review feedback from @gregtatcam: typo

This commit is contained in:
Ed Hennis
2025-11-24 20:54:31 -05:00
parent 71bb08cd78
commit dedafbe326

View File

@@ -413,7 +413,7 @@ LoanPay::doApply()
"totalPaidToVaultForDebt rounding good");
// Despite our best efforts, it's possible for rounding errors to accumulate
// in the loan broker's debt total. This is because the broker may have more
// that one loan with significantly different scales.
// than one loan with significantly different scales.
adjustImpreciseNumber(
debtTotalProxy, -totalPaidToVaultForDebt, asset, vaultScale);