diff --git a/osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs b/osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs
index 0a1f313407..a19798ed9a 100644
--- a/osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs
+++ b/osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs
@@ -147,7 +147,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
///
/// Handles the selected items being scaled.
///
- /// The delta scale to apply, in playfield local coordinates.
+ /// The delta scale to apply, in local coordinates.
/// The point of reference where the scale is originating from.
/// Whether any items could be scaled.
public virtual bool HandleScale(Vector2 scale, Anchor anchor) => false;