Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Mar 19, 2024
1 parent 3bce374 commit 8b70988
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 @@ -220,7 +220,7 @@ public class RobotContainer {
/** Singleton instance of {@link ClimbDown} for the whole robot. */
public static ClimbDown climbDown = new ClimbDown();

/** Singleton instance of {@link StartCamera} for the intake camera for the whole robot. */
/** Singleton instance of the intake {@link StartCamera} for the whole robot. */
public static StartCamera startIntakeCamera = new StartCamera(intakeCamera);

/* Autos */
Expand Down

0 comments on commit 8b70988

Please sign in to comment.