Skip to content

Commit 76f339f

Browse files
committed
Remove leftover XML doc
1 parent bffc3d7 commit 76f339f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CommunityToolkit.HighPerformance/Extensions/ReadOnlySpanExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ public static ReadOnlySpan2D<T> AsSpan2D<T>(this ReadOnlySpan<T> span, int offse
209209
/// <param name="span">The input <see cref="ReadOnlySpan{T}"/> to calculate the index for.</param>
210210
/// <param name="value">The reference to the target item to get the index for.</param>
211211
/// <returns>The index of <paramref name="value"/> within <paramref name="span"/>, or <c>-1</c>.</returns>
212-
/// <exception cref="ArgumentOutOfRangeException">Thrown if <paramref name="value"/> does not belong to <paramref name="span"/>.</exception>
213212
[MethodImpl(MethodImplOptions.AggressiveInlining)]
214213
public static int IndexOf<T>(this ReadOnlySpan<T> span, in T value)
215214
{

0 commit comments

Comments
 (0)