Skip to content

Commit 489cb9e

Browse files
committed
fix typos
1 parent 513384a commit 489cb9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/carlmontrobotics/lib199/safeMode/SafeJoystick.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public boolean getRawButton(int button) {
5959
}
6060

6161
/**
62-
* Safe version of {@link GenericHID#getRawButtonPressed(int)(int)}.
62+
* Safe version of {@link GenericHID#getRawButtonPressed(int)}.
6363
*
6464
* @param button The button to read
6565
* @return Whether the button was pressed since the last check
@@ -73,7 +73,7 @@ public boolean getRawButtonPressed(int button) {
7373
}
7474

7575
/**
76-
* Safe version of {@link GenericHID#getRawButtonReleased(int)(int)}.
76+
* Safe version of {@link GenericHID#getRawButtonReleased(int)}.
7777
*
7878
* @param button The button to read
7979
* @return Whether the button was released since the last check

0 commit comments

Comments
 (0)