diff --git a/src/Serilog/Context/LogContext.cs b/src/Serilog/Context/LogContext.cs index deac4d131..7baaa9038 100644 --- a/src/Serilog/Context/LogContext.cs +++ b/src/Serilog/Context/LogContext.cs @@ -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. @@ -151,7 +151,7 @@ public static ILogEventEnricher Clone() } /// - /// Remove all enrichers from , returning + /// Remove all enrichers from the , returning an /// that must later be used to restore enrichers that were on the stack before was called. /// /// A token that must be disposed, in order, to restore properties back to the stack. @@ -166,7 +166,7 @@ public static IDisposable Suspend() } /// - /// Remove all enrichers from for current async scope. + /// Remove all enrichers from for the current async scope. /// public static void Reset() { @@ -276,4 +276,4 @@ static ImmutableStack Enrichers } #endif } -} \ No newline at end of file +}