From 2a9f8165839e9b9e44ee2822046e6829ee161f43 Mon Sep 17 00:00:00 2001 From: Andre Pinto <aap@fb.com> Date: Mon, 9 Feb 2015 19:01:47 -0800 Subject: [PATCH] typo Summary: Correct typo on docs. Test Plan: N/A Reviewed By: alikhtarov@fb.com Subscribers: folly-diffs@, yfeldblum FB internal diff: D1836264 Signature: t1:1836264:1423527402:4e5f263f446346f7145c33c671f0b9e694db15fd --- folly/docs/Benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/docs/Benchmark.md b/folly/docs/Benchmark.md index 2d5c4949..6ac92df0 100644 --- a/folly/docs/Benchmark.md +++ b/folly/docs/Benchmark.md @@ -195,7 +195,7 @@ measurements in any way. ### Suspending a benchmark *** -Sometimes benchmarking code must to some preparation work that is +Sometimes benchmarking code must do some preparation work that is physically inside the benchmark function, but should not take part to its time budget. To temporarily suspend the benchmark, use the pseudo-statement `BENCHMARK_SUSPEND` as follows: -- 2.34.1