Skip to content

Commit 4d76852

Browse files
committed
Fixed typo
1 parent ba28b85 commit 4d76852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extensions/Span/SpanExtensions.Linq.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public static T Min<T>(this Span<T> source) where T : INumber<T>
479479
#if NET5_0_OR_GREATER
480480

481481
/// <summary>
482-
/// Computes the Average of all the values in <paramref name="source"/>.
482+
/// Computes the Min of all the values in <paramref name="source"/>.
483483
/// </summary>
484484
/// <param name="source">The <see cref="Span{Half}"/> to operate on.</param>
485485
/// <returns>The Min out of all the values in <paramref name="source"/>.</returns>

0 commit comments

Comments
 (0)