From fbe6410e53aa2e53db869be1ce66aedc39354742 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Aug 2018 08:52: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 62706c61..d71a0a89 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -39,7 +39,7 @@ arguments in the resulting string. .. _format: .. doxygenfunction:: format(const String&, const Args&...) -.. doxygenfunction:: vformat(string_view, format_args) +.. doxygenfunction:: vformat(basic_string_view, basic_format_args::type>) .. _print: