We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba28b85 commit 4d76852Copy full SHA for 4d76852
src/Extensions/Span/SpanExtensions.Linq.cs
@@ -479,7 +479,7 @@ public static T Min<T>(this Span<T> source) where T : INumber<T>
479
#if NET5_0_OR_GREATER
480
481
/// <summary>
482
- /// Computes the Average of all the values in <paramref name="source"/>.
+ /// Computes the Min of all the values in <paramref name="source"/>.
483
/// </summary>
484
/// <param name="source">The <see cref="Span{Half}"/> to operate on.</param>
485
/// <returns>The Min out of all the values in <paramref name="source"/>.</returns>
0 commit comments