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.
2 parents 5a55637 + f1320b4 commit 28e920dCopy full SHA for 28e920d
src/Numerics/Sorting.cs
@@ -38,7 +38,7 @@ namespace MathNet.Numerics
38
public static class Sorting
39
{
40
/// <summary>
41
- /// Sort a list of keys, in place using the quick sort algorithm using the quick sort algorithm.
+ /// Sort a list of keys, in place using the quick sort algorithm.
42
/// </summary>
43
/// <typeparam name="T">The type of elements in the key list.</typeparam>
44
/// <param name="keys">List to sort.</param>
0 commit comments