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++