Misplaced comma in README.rst (#2515)

This commit is contained in:
Max FERGER
2021-09-28 18:53:37 +02:00
committed by GitHub
parent 2a9a77dd8c
commit 927dbd134d

View File

@ -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`_).