From b8084e5054d2de304d4f3031f323265997790017 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Fri, 9 Apr 2021 12:59:31 +0100 Subject: [PATCH] fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d827b8d..50cb89bf 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ Write benchmark results to a file with the `--benchmark_out=` option (or set `BENCHMARK_OUT`). Specify the output format with `--benchmark_out_format={json|console|csv}` (or set `BENCHMARK_OUT_FORMAT={json|console|csv}`). Note that the 'csv' reporter is -deperecated and the saved `.csv` file +deprecated and the saved `.csv` file [is not parsable](https://github.com/google/benchmark/issues/794) by csv parsers.