diff --git a/Packages/com.unity.inputsystem/InputSystem/Actions/Interactions/TapInteraction.cs b/Packages/com.unity.inputsystem/InputSystem/Actions/Interactions/TapInteraction.cs index 55d1ea856e..9fea108006 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Actions/Interactions/TapInteraction.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Actions/Interactions/TapInteraction.cs @@ -9,7 +9,7 @@ namespace UnityEngine.InputSystem.Interactions { /// - /// Performs the action if the control is pressed held for at least the set + /// Performs the action if the control is pressed and released within the set /// duration (which defaults to ) /// and then released. ///