From dc69afad14577772dfdee693e91997f8baf57513 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 8 Jul 2020 07:44:36 -0700 Subject: [PATCH] Cleanup example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8aebee93..de6099e7 100644 --- a/README.rst +++ b/README.rst @@ -111,8 +111,8 @@ Check a format string at compile time: .. code:: c++ - // test.cc #include + std::string s = format(FMT_STRING("{:d}"), "hello"); gives a compile-time error because ``d`` is an invalid format specifier for a