Skip to content

Commit

Permalink
Update Intake.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Haefele committed Feb 3, 2024
1 parent 9418c18 commit efe9d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Intake.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void runIntake() {
* @return the status of the limit switch
*/
public boolean getLimitSwitch() {
/* Assumes the limit switch is wired to be naturally open. */
/* Assumes the limit switch is wired to be normally open. */
return limitSwitch.get();
}

Expand Down

0 comments on commit efe9d18

Please sign in to comment.