From 626220e9f34d4dd4994dbe72663df18e89088c66 Mon Sep 17 00:00:00 2001 From: Austin Shalit Date: Thu, 15 Dec 2016 22:46:42 -0500 Subject: [PATCH] Fix javadoc typo (#403) --- wpilibc/athena/src/DigitalOutput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibc/athena/src/DigitalOutput.cpp b/wpilibc/athena/src/DigitalOutput.cpp index 362fe931f1..7dc8ae05b1 100644 --- a/wpilibc/athena/src/DigitalOutput.cpp +++ b/wpilibc/athena/src/DigitalOutput.cpp @@ -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;