We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7fa2b commit 80f8cd3Copy full SHA for 80f8cd3
src/Switcheroo/Extensions/StringExtensions.cs
@@ -34,7 +34,7 @@ internal static class StringExtensions
34
/// A string will be truncated if longer than <paramref name="maxLength"/>,
35
/// or padded with spaces if shorter and <paramref name="pad"/> is set to <c>true</c>.
36
/// </summary>
37
- /// <param name="str">The string to prepare fo display.</param>
+ /// <param name="str">The string to prepare for display.</param>
38
/// <param name="maxLength">The maximum allowed length of a string.</param>
39
/// <param name="pad">if set to <c>true</c> then right pad the string with spaces up to the maximum length.</param>
40
/// <returns>
0 commit comments