[commands] CommandXBoxController bumper documentation fix (NFC) (#4815)

This commit is contained in:
Sriman Achanta
2022-12-14 01:26:35 -05:00
committed by GitHub
parent 967b30de3a
commit 5522916123

View File

@@ -49,7 +49,7 @@ public class CommandXboxController extends CommandGenericHID {
}
/**
* Constructs an event instance around the right bumper's digital signal.
* Constructs an event instance around the left bumper's digital signal.
*
* @param loop the event loop instance to attach the event to.
* @return an event instance representing the right bumper's digital signal attached to the given
@@ -71,7 +71,7 @@ public class CommandXboxController extends CommandGenericHID {
}
/**
* Constructs an event instance around the left bumper's digital signal.
* Constructs an event instance around the right bumper's digital signal.
*
* @param loop the event loop instance to attach the event to.
* @return an event instance representing the left bumper's digital signal attached to the given