diff --git a/osu.Game/Skinning/Skin.cs b/osu.Game/Skinning/Skin.cs
index e1fcf196f3..e00dd950a7 100644
--- a/osu.Game/Skinning/Skin.cs
+++ b/osu.Game/Skinning/Skin.cs
@@ -57,7 +57,7 @@ namespace osu.Game.Skinning
///
/// The skin's metadata. Usually a live realm object.
/// Access to game-wide resources.
- /// An optional store which will be used for looking up skin resources. If null, one will be created from realm pattern.
+ /// An optional store which will *replace* all file lookups that are usually sourced from .
/// An optional filename to read the skin configuration from. If not provided, the configuration will be retrieved from the storage using "skin.ini".
protected Skin(SkinInfo skin, [CanBeNull] IStorageResourceProvider resources, [CanBeNull] IResourceStore storage = null, [CanBeNull] string configurationFilename = @"skin.ini")
{