Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Haefele committed Feb 2, 2024
1 parent 9845608 commit 479a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void enterXMode() {
* Set the heading correction capabilities of YAGSL. Should only be enabled when heading
* correction capabilities are in use
*
* @param state {@link swervelib.SwerveDrive.headingCorrection} state
* @param state SwerveDrive.headingCorrection state
*/
public void setHeadingCorrection(boolean state) {
drive.setHeadingCorrection(state);
Expand Down

0 comments on commit 479a8e8

Please sign in to comment.