1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 10:50:11 +08:00

Improve xmldoc wording

This commit is contained in:
Joseph Madamba
2024-04-22 11:17:27 -07:00
Unverified
parent 2eda56ff08
commit a59bf6d373
+2 -2
View File
@@ -62,7 +62,7 @@ namespace osu.Game.Scoring
/// Retrieve a <see cref="Score"/> from a given <see cref="IScoreInfo"/>.
/// </summary>
/// <param name="scoreInfo">The <see cref="IScoreInfo"/> to convert.</param>
/// <returns>The <see cref="Score"/>. Null if the score on the database cannot be found.</returns>
/// <returns>The <see cref="Score"/>. Null if the score cannot be found in the database.</returns>
/// <remarks>
/// The <see cref="IScoreInfo"/> is re-retrieved from the database to ensure all the required data
/// for retrieving a replay are present (may have missing properties if it was retrieved from online data).
@@ -201,7 +201,7 @@ namespace osu.Game.Scoring
/// Export a replay from a given <see cref="IScoreInfo"/>.
/// </summary>
/// <param name="scoreInfo">The <see cref="IScoreInfo"/> to export.</param>
/// <returns>The <see cref="Task"/>. Null if the score on the database cannot be found.</returns>
/// <returns>The <see cref="Task"/>. Null if the score cannot be found in the database.</returns>
/// <remarks>
/// The <see cref="IScoreInfo"/> is re-retrieved from the database to ensure all the required data
/// for exporting a replay are present (may have missing properties if it was retrieved from online data).