diff --git a/osu.Game/Rulesets/Edit/PlacementBlueprint.cs b/osu.Game/Rulesets/Edit/PlacementBlueprint.cs
index 9d7dc7b8f7..c0eb891f5e 100644
--- a/osu.Game/Rulesets/Edit/PlacementBlueprint.cs
+++ b/osu.Game/Rulesets/Edit/PlacementBlueprint.cs
@@ -85,7 +85,7 @@ namespace osu.Game.Rulesets.Edit
}
///
- /// Updates the position of this to a new screen-space position.
+ /// Updates the time and position of this based on the provided snap information.
///
/// The snap result information.
public virtual void UpdateTimeAndPosition(SnapResult result)