Skip to content

Commit

Permalink
Fixed one capital on one comment (thx rachit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceramicbloon committed Mar 20, 2024
1 parent 615d15b commit 52ead16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private void configureBindings() {
)
);

// Push down left stick - Pass note
// Push down left stick - pass note
PRIMARY_CONTROLLER.leftStick().whileTrue(SHOOTER_SUBSYSTEM.passCommand());

// B button - go to source and intake game piece
Expand Down

0 comments on commit 52ead16

Please sign in to comment.