From 64e2da15cd6b45fd7dadce1c9f5636ee913c6d0a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 28 Jul 2020 08:35:28 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 949ce7bf..5f22a681 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ Examples std::string s = fmt::format("I'd rather be {1} than {0}.", "right", "happy"); // s == "I'd rather be happy than right." -**Print chrono durations** (`run `_) +**Print chrono durations** (`run `_) .. code:: c++