File tree Expand file tree Collapse file tree
Sharp.Diagnostics.Logging Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments