Skip to content

Commit

Permalink
improved javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Jan 30, 2024
1 parent 012b37f commit 204b5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/DeployMailbox.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import edu.wpi.first.wpilibj2.command.ParallelCommandGroup;

/** Deploys the mailbox we use to output gamepieces. */
/** Deploys the mailbox pneumatics and runs the belts; effectively deploys the mailbox on the bot. */
public class DeployMailbox extends ParallelCommandGroup {
/** Creates a new DeployMailbox. */
public DeployMailbox() {
Expand Down

0 comments on commit 204b5a4

Please sign in to comment.