Skip to content

Commit 9e674d4

Browse files
eugene-gAndreyAkinshin
authored andcommitted
Fix typo in README
1 parent f9a4c19 commit 9e674d4

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
@@ -128,7 +128,7 @@ For example, if you want to [parameterize](https://benchmarkdotnet.org/articles/
128128
and run benchmarks for each case.
129129
If you want to compare benchmarks with each other,
130130
mark one of the benchmark as the [baseline](https://benchmarkdotnet.org/articles/features/baselines.html)
131-
via `[Benchmark(baseline: true)]`: BenchmarkDotNet will compare it with all of the other benchmarks.
131+
via `[Benchmark(Baseline = true)]`: BenchmarkDotNet will compare it with all of the other benchmarks.
132132
If you want to compare performance in different environments, use [jobs](https://benchmarkdotnet.org/articles/configs/jobs.html).
133133
For example, you can run all the benchmarks on .NET Core 3.0 and Mono via
134134
`[SimpleJob(RuntimeMoniker.NetCoreApp30)]` and `[SimpleJob(RuntimeMoniker.Mono)]`.

0 commit comments

Comments
 (0)