diff --git a/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs b/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs index 0f07080d55..dd2a265a0f 100644 --- a/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs +++ b/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs @@ -9,7 +9,7 @@ using OpenTK; namespace osu.Game.Graphics.Containers { /// - /// Display an icon that is constrained to a physical region on screen. + /// Display an icon that is forced to scale to the size of this container. /// public class ConstrainedIconContainer : CompositeDrawable {