From 927dbd134d4f3e616fbda9036d7c99e5fc560ab4 Mon Sep 17 00:00:00 2001 From: Max FERGER Date: Tue, 28 Sep 2021 18:53:37 +0200 Subject: [PATCH] Misplaced comma in README.rst (#2515) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7a2f69c4..b2a4cf64 100644 --- a/README.rst +++ b/README.rst @@ -469,7 +469,7 @@ Boost Format This is a very powerful library which supports both ``printf``-like format strings and positional arguments. Its main drawback is performance. According to -various, benchmarks it is much slower than other methods considered here. Boost +various benchmarks, it is much slower than other methods considered here. Boost Format also has excessive build times and severe code bloat issues (see `Benchmarks`_).