From d69e2da22122f31f990dbe2e2c4510a651716952 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 20 Jul 2020 10:38:14 -0700 Subject: [PATCH] Fix apidoc --- include/fmt/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 500184b6..32923ee4 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1555,7 +1555,7 @@ class format_arg_store /** \rst - Constructs an `~fmt::format_arg_store` object that contains references to + Constructs a `~fmt::format_arg_store` object that contains references to arguments and can be implicitly converted to `~fmt::format_args`. `Context` can be omitted in which case it defaults to `~fmt::context`. See `~fmt::arg` for lifetime considerations. @@ -1569,7 +1569,7 @@ inline format_arg_store make_format_args( /** \rst - Constructs an `~fmt::format_arg_store` object that contains references + Constructs a `~fmt::format_arg_store` object that contains references to arguments and can be implicitly converted to `~fmt::format_args`. If ``format_str`` is a compile-time string then `make_args_checked` checks its validity at compile time.