Fix javadoc typo (#403)

This commit is contained in:
Austin Shalit
2016-12-15 22:46:42 -05:00
committed by Peter Johnson
parent 323d68d460
commit 626220e9f3

View File

@@ -100,7 +100,7 @@ int DigitalOutput::GetChannel() const { return m_channel; }
* Send a single pulse on the digital output line where the pulse duration is
* specified in seconds. Maximum pulse length is 0.0016 seconds.
*
* @param length The pulselength in seconds
* @param length The pulse length in seconds
*/
void DigitalOutput::Pulse(double length) {
if (StatusIsFatal()) return;