Skip to content

Commit 9af5eda

Browse files
committed
Fixed spelling error
1 parent 7246d13 commit 9af5eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/JsonApiDotNetCore/Diagnostics/CascadingCodeTimer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static CascadingCodeTimer()
1818
{
1919
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
2020
{
21-
// Be default, measurements using Stopwatch can differ 25%-30% on the same function on the same computer.
21+
// By default, measurements using Stopwatch can differ 25%-30% on the same function on the same computer.
2222
// The steps below ensure to get an accuracy of 0.1%-0.2%. With this accuracy, algorithms can be tested and compared.
2323
// https://www.codeproject.com/Articles/61964/Performance-Tests-Precise-Run-Time-Measurements-wi
2424

0 commit comments

Comments
 (0)