1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:07:26 +08:00

Reword xmldoc to read better

This commit is contained in:
Dean Herbert 2021-05-13 16:43:42 +09:00
parent 9dfa48b22e
commit dd6a06a302

View File

@ -20,7 +20,7 @@ namespace osu.Game.Skinning
/// <summary>
/// Construct a wrapper with defaults that should be applied once.
/// </summary>
/// <param name="applyDefaults">A function with default to apply after the initial layout (ie. consuming autosize)</param>
/// <param name="applyDefaults">A function to apply the default layout.</param>
public SkinnableTargetWrapper(Action<Container> applyDefaults)
: this()
{