Skip to content

Commit 3c3086e

Browse files
committed
make javadocs happy
1 parent 3d7ceb3 commit 3c3086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/carlmontrobotics/lib199/vendorLibs/LimelightHelpers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ public static void SetIMUAssistAlpha(String limelightName, double alpha) {
15361536
* Configures the throttle value. Set to 100-200 while disabled to reduce thermal output/temperature.
15371537
*
15381538
* @param limelightName Name/identifier of the Limelight
1539-
* @param throttle Defaults to 0. Your Limelgiht will process one frame after skipping <throttle> frames.
1539+
* @param throttle Defaults to 0. Your Limelgiht will process one frame after skipping throttle frames.
15401540
*/
15411541
public static void SetThrottle(String limelightName, int throttle) {
15421542
setLimelightNTDouble(limelightName, "throttle_set", throttle);

0 commit comments

Comments
 (0)