diff --git a/include/fmt/format.h b/include/fmt/format.h index 40c95abf..b2635007 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3258,7 +3258,7 @@ FMT_CONSTEXPR20 void format_hexfloat(Float value, int precision, format_hexfloat(static_cast(value), precision, specs, buf); } -FMT_CONSTEXPR uint32_t fractional_part_rounding_threshold(int index) { +FMT_CONSTEXPR uint32_t fractional_part_rounding_thresholds(int index) { // For checking rounding thresholds. // The kth entry is chosen to be the smallest integer such that the // upper 32-bits of 10^(k+1) times it is strictly bigger than 5 * 10^k.