Update docs

This commit is contained in:
Victor Zverovich
2018-02-11 13:43:16 -08:00
parent e9fa42acb8
commit f3f19e762f
3 changed files with 14 additions and 14 deletions

View File

@@ -3233,7 +3233,7 @@ auto join(const Range &range, wstring_view sep)
**Example**::
#include "fmt/string.h"
#include "fmt/format.h"
std::string answer = fmt::to_string(42);
\endrst