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

Fix incorrect xmldoc for DeleteFile

This commit is contained in:
Dean Herbert
2021-05-10 22:32:56 +09:00
Unverified
parent df72656aa1
commit 1742ee89e0
+1 -1
View File
@@ -472,7 +472,7 @@ namespace osu.Game.Database
}
/// <summary>
/// Delete new file.
/// Delete an existing file.
/// </summary>
/// <param name="model">The item to operate on.</param>
/// <param name="file">The existing file to be deleted.</param>