mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Fix typos (NFC) (#5804)
This commit is contained in:
@@ -232,7 +232,7 @@ public class PWM implements Sendable, AutoCloseable {
|
||||
PWMJNI.latchPWMZero(m_handle);
|
||||
}
|
||||
|
||||
/** Sets the PWM output to be a continous high signal while enabled. */
|
||||
/** Sets the PWM output to be a continuous high signal while enabled. */
|
||||
public void setAlwaysHighMode() {
|
||||
PWMJNI.setAlwaysHighMode(m_handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user