1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 06:20:02 +08:00

Fix typo in comment

This commit is contained in:
Dean Herbert
2020-09-14 20:17:00 +09:00
Unverified
parent 2b48ae42be
commit 91d37e0459
+1 -1
View File
@@ -98,7 +98,7 @@ namespace osu.Game.Skinning
return item.ToString().ComputeSHA2Hash();
}
// if there was no creator, the ToString above would give the filename, which along isn't really enough to base any decisions on.
// if there was no creator, the ToString above would give the filename, which alone isn't really enough to base any decisions on.
return base.ComputeHash(item, reader);
}