1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Fix typo in xmldocs

This commit is contained in:
Dean Herbert 2022-03-24 12:39:47 +09:00
parent a4d17a915f
commit 0cd29a73b9

View File

@ -25,13 +25,13 @@ namespace osu.Game.Skinning
public abstract class Skin : IDisposable, ISkin public abstract class Skin : IDisposable, ISkin
{ {
/// <summary> /// <summary>
/// A texture store which can be used to perform user file loops for this skin. /// A texture store which can be used to perform user file lookups for this skin.
/// </summary> /// </summary>
[CanBeNull] [CanBeNull]
protected TextureStore Textures { get; } protected TextureStore Textures { get; }
/// <summary> /// <summary>
/// A sample store which can be used to perform user file loops for this skin. /// A sample store which can be used to perform user file lookups for this skin.
/// </summary> /// </summary>
[CanBeNull] [CanBeNull]
protected ISampleStore Samples { get; } protected ISampleStore Samples { get; }