Skip to content

Commit 80f8cd3

Browse files
committed
small spelling change in the comments
1 parent 4f7fa2b commit 80f8cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Switcheroo/Extensions/StringExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal static class StringExtensions
3434
/// A string will be truncated if longer than <paramref name="maxLength"/>,
3535
/// or padded with spaces if shorter and <paramref name="pad"/> is set to <c>true</c>.
3636
/// </summary>
37-
/// <param name="str">The string to prepare fo display.</param>
37+
/// <param name="str">The string to prepare for display.</param>
3838
/// <param name="maxLength">The maximum allowed length of a string.</param>
3939
/// <param name="pad">if set to <c>true</c> then right pad the string with spaces up to the maximum length.</param>
4040
/// <returns>

0 commit comments

Comments
 (0)