1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 22:40:33 +08:00

README.md: Spelling fix ()

This commit is contained in:
Boris Dergachov 2019-07-29 23:59:06 +03:00 committed by Roman Lebedev
parent 32a1e39720
commit ff7e2d45a5

View File

@ -697,7 +697,7 @@ When you're compiling in C++11 mode or later you can use `insert()` with
#### Counter Reporting
When using the console reporter, by default, user counters are are printed at
When using the console reporter, by default, user counters are printed at
the end after the table, the same way as ``bytes_processed`` and
``items_processed``. This is best for cases in which there are few counters,
or where there are only a couple of lines per benchmark. Here's an example of