1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +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> /// <summary>
/// Call when score retrieval is ready to be displayed. /// Call when retrieved scores are ready to be displayed.
/// </summary> /// </summary>
/// <param name="scores">The scores to display.</param> /// <param name="scores">The scores to display.</param>
/// <param name="userScore">The user top score, if any.</param> /// <param name="userScore">The user top score, if any.</param>