From 8732ad877369172f863fd14e9600306ba8bb5da2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 Jun 2023 19:24:18 +0300 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 bdac411f..a71a8f9c 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -312,7 +312,7 @@ times and reduces binary code size compared to a fully parameterized version. .. _args-api: Dynamic Argument Lists -====================== +---------------------- The header ``fmt/args.h`` provides ``dynamic_format_arg_store``, a builder-like API that can be used to construct format argument lists dynamically.