1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 11:47:24 +08:00

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

View File

@ -166,7 +166,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
#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)
{