Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Sep 16, 2024
1 parent 821e0fb commit 83a327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/StateMachine.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public StateMachine(SystemState initialState) {
}

/**
* Iterate system to next state
* Set system state
* <p>
* ONLY TO BE USED BY {@link StateCommand#end(boolean)}
*/
Expand Down

0 comments on commit 83a327b

Please sign in to comment.