mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 11:47:24 +08:00
Correct typo
This commit is contained in:
parent
25c0ff4168
commit
511f0e99b3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user