Skip to content

Commit 61aa631

Browse files
committed
Fix wrong parameter name in documentation.
1 parent e7fdec3 commit 61aa631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sharp.Diagnostics.Logging

Sharp.Diagnostics.Logging/Log.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ public static Task<T> DoAsync<T>(string name, Func<Task<T>> action)
801801
/// <para>
802802
/// This method is intended for use with the logical activities of a
803803
/// <see cref="CorrelationManager"/>.
804-
/// The <paramref name="relatedActivityId"/> parameter relates to the
804+
/// The <paramref name="newActivityId"/> parameter relates to the
805805
/// <see cref="CorrelationManager.ActivityId"/> property.
806806
/// </para>
807807
/// <para>
@@ -828,7 +828,7 @@ public static void Transfer(string message, Guid newActivityId)
828828
/// <para>
829829
/// This method is intended for use with the logical activities of a
830830
/// <see cref="CorrelationManager"/>.
831-
/// The <paramref name="relatedActivityId"/> parameter relates to the
831+
/// The <paramref name="newActivityId"/> parameter relates to the
832832
/// <see cref="CorrelationManager.ActivityId"/> property.
833833
/// </para>
834834
/// <para>

0 commit comments

Comments
 (0)