diff --git a/wpilibc/src/main/native/include/frc/XboxController.h b/wpilibc/src/main/native/include/frc/XboxController.h index a8bade8916..38727cdc22 100644 --- a/wpilibc/src/main/native/include/frc/XboxController.h +++ b/wpilibc/src/main/native/include/frc/XboxController.h @@ -283,9 +283,9 @@ class XboxController : public GenericHID { BooleanEvent Y(EventLoop* loop) const; /** - * Whether the Y button was released since the last check. + * Read the value of the back button on the controller. * - * @return Whether the button was released since the last check. + * @return The state of the button. */ bool GetBackButton() const;