Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebula-Developer committed Sep 9, 2024
1 parent b7f951b commit 024fd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Graphics/Containers/CompositeDrawable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace osu.Framework.Graphics.Containers
{
/// <summary>
/// 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 <see cref="CompositeDrawable"/> are also applied to its children.
/// Additionally, <see cref="CompositeDrawable"/>s support various effects, such as masking, edge effect,
/// padding, and automatic sizing depending on their children.
Expand Down

0 comments on commit 024fd0b

Please sign in to comment.