From 0b6e7cc60abd939685ebe339de1e19f008a9211f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 3 Aug 2020 21:51:48 -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 817c0102..e2907a19 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ Examples std::string s = fmt::format("The answer is {}.", 42); // s == "The answer is 42." -**Format a string using positional arguments** +**Format a string using positional arguments** (`run `_) .. code:: c++