Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Jun 13, 2019
1 parent c0175fc commit 6c5cee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NLog/Common/InternalLogger.cs
Expand Up @@ -452,7 +452,7 @@ private static void WriteToErrorConsole(string message)
/// <param name="message">A message to write.</param>
/// <remarks>
/// Works when property <see cref="LogToTrace"/> set to true.
/// The <see cref="System.Diagnostics.Trace"/> is used in Debug and Relaese configuration.
/// The <see cref="System.Diagnostics.Trace"/> is used in Debug and Release configuration.
/// The <see cref="System.Diagnostics.Debug"/> works only in Debug configuration and this is reason why is replaced by <see cref="System.Diagnostics.Trace"/>.
/// in DEBUG
/// </remarks>
Expand Down

0 comments on commit 6c5cee0

Please sign in to comment.