diff mbox series

[committed] libstdc++: Fix typo in Doxygen comment in <format>

Message ID 20241207101212.1462326-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix typo in Doxygen comment in <format> | expand

Commit Message

Jonathan Wakely Dec. 7, 2024, 10:12 a.m. UTC
libstdc++-v3/ChangeLog:

	* include/std/format: Fix typo in Doxygen comment.
---

Pushed as obvious.

 libstdc++-v3/include/std/format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format
index 6313d084f45..e7e0d2d142b 100644
--- a/libstdc++-v3/include/std/format
+++ b/libstdc++-v3/include/std/format
@@ -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>