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

Fix incorrect xmldoc

This commit is contained in:
Dean Herbert 2018-02-13 14:54:01 +09:00
parent a738664167
commit e8e093d6f2

View File

@ -535,7 +535,7 @@ namespace osu.Game.Beatmaps
}
/// <summary>
/// Create a SHA-2 hash from the provided archive based on contained beatmap filenames.
/// Create a SHA-2 hash from the provided archive based on contained beatmap (.osu) file content.
/// </summary>
private string computeBeatmapSetHash(ArchiveReader reader)
{