1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Fix xmldoc

This commit is contained in:
Dean Herbert 2017-10-17 17:08:47 +09:00
parent 7a18d373ec
commit 0177fcbe5f

View File

@ -32,7 +32,7 @@ namespace osu.Game.Database
}
/// <summary>
/// Perform any common startup tasks. Runs after <see cref="Prepare(bool)"/> and <see cref="PerformMigration(int, int)"/>.
/// Perform any common startup tasks. Runs after <see cref="Prepare(bool)"/>.
/// </summary>
protected virtual void StartupTasks()
{