diff --git a/osu.Game/Rulesets/Edit/IDistanceSnapProvider.cs b/osu.Game/Rulesets/Edit/IDistanceSnapProvider.cs
index 8c599f8596..b12e1437dc 100644
--- a/osu.Game/Rulesets/Edit/IDistanceSnapProvider.cs
+++ b/osu.Game/Rulesets/Edit/IDistanceSnapProvider.cs
@@ -16,6 +16,7 @@ namespace osu.Game.Rulesets.Edit
{
///
/// A multiplier which changes the ratio of distance travelled per time unit.
+ /// Importantly, this is provided for manual usage, and not multiplied into any of the methods exposed by this interface.
///
///
IBindable DistanceSpacingMultiplier { get; }