Skip to content

Commit 4b13b3d

Browse files
Fixed a typo in docs (#1600)
1 parent bb9aafa commit 4b13b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ BENCHMARK(BM_OpenMP)->Range(8, 8<<10);
861861

862862
// Measure the user-visible time, the wall clock (literally, the time that
863863
// has passed on the clock on the wall), use it to decide for how long to
864-
// run the benchmark loop. This will always be meaningful, an will match the
864+
// run the benchmark loop. This will always be meaningful, and will match the
865865
// time spent by the main thread in single-threaded case, in general decreasing
866866
// with the number of internal threads doing the work.
867867
BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->UseRealTime();

0 commit comments

Comments
 (0)