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

Adjust xmldoc

This commit is contained in:
smoogipoo 2020-07-31 23:16:55 +09:00
parent 308f8bf9bf
commit 04b71a0c7c

View File

@ -196,7 +196,7 @@ namespace osu.Game.Screens.Multi.Ranking
}
/// <summary>
/// Applies positions to all <see cref="MultiplayerScore"/>s from a given pivot.
/// Applies positions to all <see cref="MultiplayerScore"/>s referenced to a given pivot.
/// </summary>
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
/// <param name="pivot">The pivot.</param>
@ -205,7 +205,7 @@ namespace osu.Game.Screens.Multi.Ranking
=> setPositions(scores, pivot?.Scores[^1].Position ?? 0, increment);
/// <summary>
/// Applies positions to all <see cref="MultiplayerScore"/>s from a given pivot.
/// Applies positions to all <see cref="MultiplayerScore"/>s referenced to a given pivot.
/// </summary>
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
/// <param name="pivotPosition">The pivot position.</param>