diff --git a/Facepunch.Steamworks/Structs/Controller.cs b/Facepunch.Steamworks/Structs/Controller.cs
index c13353b..e005137 100644
--- a/Facepunch.Steamworks/Structs/Controller.cs
+++ b/Facepunch.Steamworks/Structs/Controller.cs
@@ -68,8 +68,8 @@ namespace Steamworks
///
/// The intensity value for the left rumble motor.
/// The intensity value of the right rumble motor.
- ///
- ///
+ /// The intensity value of the Xbox One left trigger rumble
+ /// The intensity value of the Xbox One right trigger rumble.
public void TriggerVibrationExtended( ushort leftSpeed, ushort rightSpeed, ushort leftTriggerSpeed, ushort rightTriggerSpeed )
{
SteamInput.Internal.TriggerVibrationExtended( Handle, leftSpeed, rightSpeed, leftTriggerSpeed, rightTriggerSpeed );