Skip to content

Commit

Permalink
Minor documentation wording nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Jul 28, 2017
1 parent ef2a5de commit 118f869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Serilog/Context/LogContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013-2015 Serilog Contributors
// Copyright 2013-2015 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -151,7 +151,7 @@ public static ILogEventEnricher Clone()
}

/// <summary>
/// Remove all enrichers from <see cref="LogContext"/>, returning <see cref="IDisposable"/>
/// Remove all enrichers from the <see cref="LogContext"/>, returning an <see cref="IDisposable"/>
/// that must later be used to restore enrichers that were on the stack before <see cref="Suspend"/> was called.
/// </summary>
/// <returns>A token that must be disposed, in order, to restore properties back to the stack.</returns>
Expand All @@ -166,7 +166,7 @@ public static IDisposable Suspend()
}

/// <summary>
/// Remove all enrichers from <see cref="LogContext"/> for current async scope.
/// Remove all enrichers from <see cref="LogContext"/> for the current async scope.
/// </summary>
public static void Reset()
{
Expand Down Expand Up @@ -276,4 +276,4 @@ static ImmutableStack<ILogEventEnricher> Enrichers
}
#endif
}
}
}

0 comments on commit 118f869

Please sign in to comment.