1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix weird reading xmldoc

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2022-01-30 23:18:40 +09:00 committed by GitHub
parent 04dbb5d3c6
commit 1cec76df74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ namespace osu.Game.Online.Leaderboards
}
/// <summary>
/// Call when score retrieval is ready to be displayed.
/// Call when retrieved scores are ready to be displayed.
/// </summary>
/// <param name="scores">The scores to display.</param>
/// <param name="userScore">The user top score, if any.</param>