From 8ef22f7740df68f95f1edb594dba062f3d47ec08 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 28 Aug 2021 12:05:30 -0700 Subject: [PATCH] Update docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 0f9619e0..4b465dcc 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -82,7 +82,7 @@ To force the use of compile-time checks, define the preprocessor variable will fail to compile with regular strings. Runtime-checked formatting is still possible using ``fmt::vformat``, ``fmt::vprint``, etc. -.. doxygenclass:: fmt::format_string +.. doxygenclass:: fmt::basic_format_string Named Arguments ---------------