Cleanup example

This commit is contained in:
Victor Zverovich 2020-07-08 07:44:36 -07:00
parent 445f5d392b
commit dc69afad14

View File

@ -111,8 +111,8 @@ Check a format string at compile time:
.. code:: c++
// test.cc
#include <fmt/format.h>
std::string s = format(FMT_STRING("{:d}"), "hello");
gives a compile-time error because ``d`` is an invalid format specifier for a