Skip to content

Commit

Permalink
Fixed Typo in interface function
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfern committed Sep 25, 2018
1 parent 01f49ec commit 151a26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ public interface OpModeInterface extends HardwareInterface, GamepadInterface, Id
* longer active, any loops currently calling this function should break and stop.
* @return True if the OpMode is currently active, False if the OpMode needs to or is stopped.
*/
boolean opModeisActive();
boolean opModeIsActive();
}

0 comments on commit 151a26a

Please sign in to comment.