formatter -- Merge pull request #1120 from cpprefjp/code_qualify_check

1 · cpprefjp · Feb. 6, 2023, 9:33 a.m.
diff --git a/reference/chrono/year_month_weekday/formatter.md b/reference/chrono/year_month_weekday/formatter.md index 9e3624c77..4fb268236 100644 --- a/reference/chrono/year_month_weekday/formatter.md +++ b/reference/chrono/year_month_weekday/formatter.md @@ -37,7 +37,6 @@ int main() { } ``` * std::format[link /reference/chrono/format.md] -* std::locale[link /reference/locale/locale.md] * 2020y[link /reference/chrono/year/op_y.md] * chrono::Sunday[link /reference/chrono/weekday_constants.m...