From 685bdd522e1111749243e95b5dca854bd7064b31 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Wed, 1 Dec 2021 20:17:26 +0900 Subject: [PATCH] Replace 'skin' in comments with 'instance' --- osu.Game/Database/RealmObjectExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Database/RealmObjectExtensions.cs b/osu.Game/Database/RealmObjectExtensions.cs index cb38c910da..b38e21453c 100644 --- a/osu.Game/Database/RealmObjectExtensions.cs +++ b/osu.Game/Database/RealmObjectExtensions.cs @@ -135,7 +135,7 @@ namespace osu.Game.Database where T : RealmObjectBase { // Subscribing to non-managed instances doesn't work. - // In this usage, the skin may be non-managed in tests. + // In this usage, the instance may be non-managed in tests. if (!(list is IRealmCollection realmCollection)) return null; @@ -162,7 +162,7 @@ namespace osu.Game.Database where T : RealmObjectBase { // Subscribing to non-managed instances doesn't work. - // In this usage, the skin may be non-managed in tests. + // In this usage, the instance may be non-managed in tests. if (!(list is IRealmCollection realmCollection)) return null;