Correct typo

This commit is contained in:
Jonas Brandstötter 2024-10-14 16:16:00 +02:00
parent 25c0ff4168
commit 511f0e99b3
No known key found for this signature in database
GPG Key ID: DF758C8A6271E098
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ private Drawable[] createContent(int index, ScoreInfo score)
#pragma warning restore 618
};
var availableStatistics = score.GetStatisticsForDisplay().ToLookup(touple => touple.DisplayName);
var availableStatistics = score.GetStatisticsForDisplay().ToLookup(tuple => tuple.DisplayName);
foreach (var (columnName, resultTypes) in statisticResults)
{