diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 5a31930e..30d68dc3 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -1221,8 +1221,7 @@ class tm_writer { return static_cast(l); } - // Algorithm: - // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_the_week_number_from_a_month_and_day_of_the_month_or_ordinal_date + // Algorithm: https://en.wikipedia.org/wiki/ISO_week_date. auto iso_year_weeks(long long curr_year) const noexcept -> int { const auto prev_year = curr_year - 1; const auto curr_p =