Skip to content

Commit 06e7bd0

Browse files
committed
s/a require/require a/
1 parent bd7d61a commit 06e7bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Multicore bench is a framework for writing multicore benchmark executables to
88
run locally on your computer and on
99
[current-bench](https://github.com/ocurrent/current-bench).
1010

11-
Benchmarking multicore algorithms tends to a require certain amount of setup,
11+
Benchmarking multicore algorithms tends to require a certain amount of setup,
1212
such as spawning domains, synchronizing them before work, timing the work,
1313
collecting the times, and joining domains, that this framework tries to take
1414
care of for you as conveniently as possible. Furthermore, benchmarking multicore

0 commit comments

Comments
 (0)