From ea1cd9638cf141221392acfb68d93a99d8b1b028 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 15 May 2020 10:03:02 -0700 Subject: [PATCH] Fix apidoc --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index ebc5b38e..65850e5e 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1424,7 +1424,7 @@ inline detail::named_arg arg(const Char* name, const T& arg) { /** \rst - A dynamic version of `fmt::format_arg_store<>`. + A dynamic version of `fmt::format_arg_store`. It's equipped with a storage to potentially temporary objects which lifetimes could be shorter than the format arguments object.