Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Richardson committed Jan 17, 2024
1 parent a049eaf commit 6598334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Activities/Internal/ActivityLoggerHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static StringBuilder AppendParamName(this StringBuilder builder, string n
builder.Append(name).Append(':');

/// <summary>
/// Appends collection of key value pairs to StringBuilder, by calling ToSting on key and value
/// Appends collection of key value pairs to StringBuilder, by calling ToString on key and value
/// </summary>
/// <remarks>
/// TODO: should be replaced by AppendJoin when we remove netstandard target, since KeyValuePair also overrides ToString
Expand Down

0 comments on commit 6598334

Please sign in to comment.