Skip to content

Commit 9aeb90e

Browse files
committed
Minor syntax/grammar corrections
1 parent 7bab5f7 commit 9aeb90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenEphys.Onix1/Rhs2116StimulusTrigger.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class Rhs2116StimulusTrigger : Sink<double>
2222
/// <summary>
2323
/// Start an electrical stimulus sequence with an optional hardware delay.
2424
/// </summary>
25-
/// <param name="source">A sequence of double values that serves a combined a stimulus trigger and
26-
/// delay in microseconds. A value of 0 results in immediate stimulus delivery. A value of 100 results
25+
/// <param name="source">A sequence of double values that serve as a combined stimulus trigger and
26+
/// delay in microseconds. A value of 0 results in immediate stimulus delivery. A value of 100 results in
2727
/// stimulus delivery following a 100 microsecond delay. Delays are implemented in hardware and are
2828
/// exact. </param>
2929
/// <returns>A sequence of double values that is identical to <paramref name="source"/></returns>

0 commit comments

Comments
 (0)