1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix broken xmldoc

This commit is contained in:
Dean Herbert 2021-01-13 18:38:30 +09:00
parent 9bf9a8c351
commit 674e78fd93

View File

@ -56,7 +56,7 @@ namespace osu.Game.Database
}
/// <summary>
/// Create a detached copy of the each item in the list.
/// Create a detached copy of the item.
/// </summary>
/// <param name="item">The managed <see cref="RealmObject"/> to detach.</param>
/// <typeparam name="T">The type of object.</typeparam>