Skip to content

Commit

Permalink
Minor doc comment improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-less committed Feb 21, 2025
1 parent 7b48a86 commit 0a9c05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LinkDotNet.StringBuilder/ValueStringBuilder.Replace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public void ReplaceGeneric<T>(scoped ReadOnlySpan<char> oldValue, T newValue)
/// <param name="startIndex">The index to start in this builder.</param>
/// <param name="count">The number of characters to read in this builder.</param>
/// <remarks>
/// If <paramref name="newValue"/> is from type <see cref="ISpanFormattable"/> an optimized version is taken.
/// Otherwise the ToString method is called.
/// If <paramref name="newValue"/> is <see cref="ISpanFormattable"/>, <c>TryFormat</c> is used.
/// Otherwise, <c>ToString</c> is used.
/// </remarks>
/// /// <typeparam name="T">Any type.</typeparam>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
Expand Down

0 comments on commit 0a9c05c

Please sign in to comment.