Skip to content

Commit

Permalink
style(docs): one-line <returns> element
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 27, 2023
1 parent da08d23 commit 579a1d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions X10D/src/Text/StringExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,7 @@ public static bool IsWhiteSpace(this string value)
/// </summary>
/// <param name="value">The string to repeat.</param>
/// <param name="count">The repeat count.</param>
/// <returns>A string containing <paramref name="value" /> repeated <paramref name="count" /> times.
/// </returns>
/// <returns>A string containing <paramref name="value" /> repeated <paramref name="count" /> times.</returns>
/// <exception cref="ArgumentNullException"><paramref name="value" /> is <see langword="null" />.</exception>
[Pure]
[MethodImpl(CompilerResources.MethodImplOptions)]
Expand Down

0 comments on commit 579a1d8

Please sign in to comment.