Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Feb 23, 2024
1 parent 26d6985 commit 50244ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/System/StringExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static bool Contains(
#endif

/// <summary>
/// Concatentates many strings into one using a <paramref name="separator" />
/// Concatenates many strings into one using a <paramref name="separator" />
/// </summary>
/// <param name="separator">The string to be used between the values in <paramref name="values" /></param>
/// <param name="values">The list of values to be converted to a concatenated string</param>
Expand Down

0 comments on commit 50244ff

Please sign in to comment.