Skip to content

Commit 6cca72f

Browse files
Updating a small grammar mistake (#1410)
1 parent 465ebf3 commit 6cca72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Read more: [Diagnosers](configs/diagnosers.md)
298298

299299
## BenchmarkRunner
300300

301-
There are several ways to run your benchmarks: you can use existed class, run a benchmark based on code from internet or based on source code:
301+
There are several ways to run your benchmarks: you can use an existing class, run a benchmark based on code from internet or based on source code:
302302

303303
```cs
304304
var summary = BenchmarkRunner.Run<MyBenchmarkClass>();

0 commit comments

Comments
 (0)