From 0c63d15ee9be8c422fac42e1a6fdbf6510a7c58c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 27 Jul 2018 07:37:45 -0700 Subject: [PATCH] Improve wording --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cdc085bf..6c3ea7c2 100644 --- a/README.rst +++ b/README.rst @@ -272,7 +272,7 @@ Boost Format library ~~~~~~~~~~~~~~~~~~~~ This is a very powerful library which supports both printf-like format -strings and positional arguments. The main its drawback is performance. +strings and positional arguments. Its main drawback is performance. According to 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`_).