Skip to content

Commit

Permalink
Fixed Javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarissaKoglesby committed Feb 17, 2024
1 parent 5e56706 commit c5d3891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/AimAndFireRoutine.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* timeout on the Note deopsit.
*/
public class AimAndFireRoutine extends SequentialCommandGroup {
/** Creates a new AimAndFireRountine. */
/** Creates a new AimAndFireRoutine. */
public AimAndFireRoutine() {
addCommands(
new AimWithLimelight(
Expand Down

0 comments on commit c5d3891

Please sign in to comment.