From c8ed78e315fef3c6c1171c0ba500f61e86f60a35 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 27 Aug 2022 08:01:47 -0700 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 0890e148..15e4da9b 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -86,7 +86,7 @@ possible using ``fmt::vformat``, ``fmt::vprint``, etc. .. doxygentypedef:: fmt::format_string -.. doxygenfunction:: fmt::runtime(const S&) +.. doxygenfunction:: fmt::runtime(string_view) Named Arguments ---------------