Apply suggestions from Copilot code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ed Hennis
2026-05-20 18:39:46 -04:00
committed by GitHub
parent 71cf996fc6
commit 8b56749ca3
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ isPowerOfTen(T value)
* by an STAmount - IOUs, XRP, and MPTs. It has a min value of 10^18, and a max
* value of 10^19-1. "LargeLegacy" is like "Large", but preserves
* a rounding error when a computation results in a mantissa of
* Number::kMAX_REP that needs to be rounded up, but rounds down
* Number::kMaxRep that needs to be rounded up, but rounds down
* instead. It will maintain consistent behavior until the fixCleanup3_2_0
* amendment is enabled.
*