Update docs for disabled init to match all the other modes (#1523)

Closes #1522
This commit is contained in:
Thad House
2018-12-31 19:11:35 -08:00
committed by Peter Johnson
parent c12d7729e3
commit 6bdd7ce506
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
*
* <p>init() functions -- each of the following functions is called once when the
* appropriate mode is entered:
* - disabledInit() -- called only when first disabled
* - disabledInit() -- called each and every time disabled is entered from
* another mode
* - autonomousInit() -- called each and every time autonomous is entered from
* another mode
* - teleopInit() -- called each and every time teleop is entered from