From 153024255169fbfb6d290ced4bbd83e0e6dbcd8e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 3 Jun 2019 17:35:15 -0700 Subject: [PATCH] Fix signature in the docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index c1c3ee2f..c1eceaaf 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -210,7 +210,7 @@ Utilities .. doxygenfunction:: fmt::to_wstring(const T&) -.. doxygenfunction:: fmt::to_string_view(const Char*) +.. doxygenfunction:: fmt::to_string_view(const Char *) .. doxygenfunction:: fmt::join(const Range&, string_view)