Skip to content

Commit 151a26a

Browse files
committed
Fixed Typo in interface function
1 parent 01f49ec commit 151a26a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CommonCode/src/main/java/com/hazenrobotics/commoncode/interfaces/OpModeInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ public interface OpModeInterface extends HardwareInterface, GamepadInterface, Id
99
* longer active, any loops currently calling this function should break and stop.
1010
* @return True if the OpMode is currently active, False if the OpMode needs to or is stopped.
1111
*/
12-
boolean opModeisActive();
12+
boolean opModeIsActive();
1313
}

0 commit comments

Comments
 (0)