libstdc++: Fix typo in Doxygen comment in <format>

libstdc++-v3/ChangeLog:

	* include/std/format: Fix typo in Doxygen comment.
This commit is contained in:
Jonathan Wakely 2024-12-07 01:34:33 +00:00 committed by Jonathan Wakely
parent 279b3c7170
commit b7dd0d9760
No known key found for this signature in database

View file

@ -2208,7 +2208,7 @@ namespace __format
template<> inline constexpr bool __is_formattable_integer<char16_t> = false;
template<> inline constexpr bool __is_formattable_integer<char32_t> = false;
}
/// ~endcond
/// @endcond
/// Format an integer.
template<typename _Tp, __format::__char _CharT>