Skip to content

Commit

Permalink
Fix typo in 'parameter'. (#69370)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed May 15, 2022
1 parent e50de74 commit f63c10a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public partial class Activity : IDisposable
/// <returns><see langword="this" /> for convenient chaining.</returns>
/// <remarks>
/// When passing code value different than ActivityStatusCode.Error, the Activity.StatusDescription will reset to null value.
/// The description paramater will be respected only when passing ActivityStatusCode.Error value.
/// The description parameter will be respected only when passing ActivityStatusCode.Error value.
/// </remarks>
public Activity SetStatus(ActivityStatusCode code, string? description = null)
{
Expand Down

0 comments on commit f63c10a

Please sign in to comment.