Skip to content

Commit bce1b9e

Browse files
committed
Fix spelling error in docs
1 parent 1877d6e commit bce1b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Diagnostics/DefaultCodeTimerSession.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace JsonApiDotNetCore.Diagnostics;
22

33
/// <summary>
44
/// General code timing session management. Can be used with async/wait, but it cannot distinguish between concurrently running threads, so you'll need
5-
/// to pass an <see cref="CascadingCodeTimer" /> instance through the entire call chain in that case.
5+
/// to pass a <see cref="CascadingCodeTimer" /> instance through the entire call chain in that case.
66
/// </summary>
77
public sealed class DefaultCodeTimerSession : ICodeTimerSession
88
{

0 commit comments

Comments
 (0)