Skip to content

Commit f1320b4

Browse files
authored
Fix typo
1 parent 5a55637 commit f1320b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Numerics/Sorting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace MathNet.Numerics
3838
public static class Sorting
3939
{
4040
/// <summary>
41-
/// Sort a list of keys, in place using the quick sort algorithm using the quick sort algorithm.
41+
/// Sort a list of keys, in place using the quick sort algorithm.
4242
/// </summary>
4343
/// <typeparam name="T">The type of elements in the key list.</typeparam>
4444
/// <param name="keys">List to sort.</param>

0 commit comments

Comments
 (0)