Improve docs

This commit is contained in:
Victor Zverovich
2021-08-29 11:21:38 -07:00
parent 4db5723525
commit 71677e5204
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -2972,7 +2972,7 @@ FMT_API auto vformat(string_view fmt, format_args args) -> std::string;
**Example**::
#include <fmt/core.h>
std::string message = fmt::format("The answer is {}", 42);
std::string message = fmt::format("The answer is {}.", 42);
\endrst
*/
template <typename... T>