style(docs): one-line <returns> element

This commit is contained in:
Oliver Booth 2023-08-27 04:13:53 +01:00
parent da08d23aee
commit 579a1d8c89
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 2 deletions

View File

@ -911,8 +911,7 @@ public static class StringExtensions
/// </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)]