From f398c94761dcf2bbdc1bec10856da2b5565fb81d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 25 Dec 2022 10:24:36 -0800 Subject: [PATCH] Fix docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 91e2b507..241beced 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -80,7 +80,7 @@ Compile-time checks are enabled by default on compilers that support C++20 .. doxygentypedef:: fmt::format_string -.. doxygenfunction:: fmt::runtime(string_view) -> basic_runtime +.. doxygenfunction:: fmt::runtime(string_view) -> runtime_format_string<> Formatting User-Defined Types -----------------------------