Skip to content

Commit

Permalink
Close parenthesis in TaxiAuto JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Feb 13, 2024
1 parent 4517db6 commit 3741b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/auto/TaxiAuto.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import frc.robot.Constants;

/**
* Auto that just taxis (or more accurately, moves us out of the auto starting box. Taxi time and
* Auto that just taxis (or more accurately, moves us out of the auto starting box.) Taxi time and
* velocity can be tuned in Constants.Drive.
*/
public class TaxiAuto extends ParallelDeadlineGroup {
Expand Down

0 comments on commit 3741b24

Please sign in to comment.