From 21785040c7ac95d7933e9c31d927f7844c5ad393 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 15 Feb 2022 13:28:53 -0800 Subject: [PATCH] Fix markup --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 62fc10ea..6f66a100 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -492,7 +492,7 @@ System APIs ``fmt/ostream.h`` provides ``std::ostream`` support including formatting of user-defined types that have an overloaded insertion operator (``operator<<``). In order to make a type formattable via ``std::ostream`` you should provide a -``formatter`` specialization inherited from ``ostream_formatter``: +``formatter`` specialization inherited from ``ostream_formatter``:: #include