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.