From 024fd0b437c7c846d10eedd03db3f6122b49f0a1 Mon Sep 17 00:00:00 2001 From: NebulaDev <96085977+Nebula-Developer@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:49:20 +1200 Subject: [PATCH] Fix typo --- osu.Framework/Graphics/Containers/CompositeDrawable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Framework/Graphics/Containers/CompositeDrawable.cs b/osu.Framework/Graphics/Containers/CompositeDrawable.cs index b113bfb35e..3d9de04b5f 100644 --- a/osu.Framework/Graphics/Containers/CompositeDrawable.cs +++ b/osu.Framework/Graphics/Containers/CompositeDrawable.cs @@ -35,7 +35,7 @@ namespace osu.Framework.Graphics.Containers { /// /// A drawable consisting of a composite of child drawables which are - /// manages by the composite object itself. Transformations applied to + /// managed by the composite object itself. Transformations applied to /// a are also applied to its children. /// Additionally, s support various effects, such as masking, edge effect, /// padding, and automatic sizing depending on their children.