diff --git a/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs b/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs
index e1d3bcfdb1..76eeda3e3e 100644
--- a/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs
+++ b/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs
@@ -2093,12 +2093,9 @@ public unsafe double startTime
///
/// The type of value returned by an action is usually determined by the
/// that triggered the action, i.e. by the
- /// control referenced from .
- ///
- /// However, if the binding that triggered is a composite, then the composite
- /// will determine values and not the individual control that triggered (that
- /// one just feeds values into the composite).
- ///
+ /// control referenced from . However, if the binding that
+ /// triggered is a composite, then the composite will determine values and
+ /// not the individual control that triggered (that one just feeds values into the composite).
///
///
///