Run spell check over solution.

This commit is contained in:
RoosterDragon
2025-02-15 14:50:31 +00:00
committed by Matthias Mailänder
parent ebf90970b2
commit 96de59f75a
20 changed files with 25 additions and 25 deletions

View File

@@ -126,7 +126,7 @@ namespace OpenRA.Support
}
/// <summary>
/// Shuffle a portion of a list list in place. Has minor biases.
/// Shuffle a portion of a list in place. Has minor biases.
/// </summary>
public void ShuffleInPlace<T>(IList<T> list, int start, int len)
{