[wpilibj] Change "final" to "exit" in the IterativeRobotBase JavaDoc (NFC) (#4317)

"exit" is used in every other instance.
This commit is contained in:
Justus
2022-06-18 17:02:36 -05:00
committed by GitHub
parent 787fe6e7a5
commit 5105c5eab6

View File

@@ -42,7 +42,7 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
* <li>testPeriodic()
* </ul>
*
* <p>final() functions -- each of the following functions is called once when the appropriate mode
* <p>exit() functions -- each of the following functions is called once when the appropriate mode
* is exited:
*
* <ul>