Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Nov 20, 2024
1 parent 2559035 commit b0f2615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public Command toggleFieldOriented() {
.withName("Toggle Field Oriented");
}

/** Brakes the swerve drive (module form an "X" formation). */
/** Brakes the swerve drive (modules form an "X" formation). */
public Command brake() {
return run(() -> setControl(_brakeRequest)).withName("Brake");
}
Expand Down

0 comments on commit b0f2615

Please sign in to comment.