Fix typos (NFC) (#5804)

This commit is contained in:
sciencewhiz
2023-10-23 09:15:58 -07:00
committed by GitHub
parent ec0f7fefb0
commit f4cbcbc984
6 changed files with 8 additions and 8 deletions

View File

@@ -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);
}