Fix some incorrect comments / test step descriptions

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2023-08-21 19:35:04 +09:00 committed by GitHub
parent db893f3dc7
commit 662073c472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ namespace osu.Game.Tests.Database
{
ScoreInfo scoreInfo = null!;
AddStep("Add score which requires upgrade (but has no beatmap)", () =>
AddStep("Add score which requires upgrade (and has beatmap)", () =>
{
Realm.Write(r =>
{

View File

@ -86,7 +86,7 @@ namespace osu.Game.Scoring
/// Should be used to ensure we don't repeatedly attempt to update the same scores each startup even though we already know they will fail.
/// </summary>
/// <remarks>
/// See https://github.com/ppy/osu/issues/24301 for one example of how this can occur(missing beatmap file on disk).
/// See https://github.com/ppy/osu/issues/24301 for one example of how this can occur (missing beatmap file on disk).
/// </remarks>
public bool TotalScoreUpgradeFailed { get; set; }