Skip to content

Commit d3ac8a8

Browse files
committed
Fix broken HarpSyncInput reference in xml comment
- HarpSyncInput does not exist; HarpSyncInput does however
1 parent e4a0b3f commit d3ac8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenEphys.Onix1/ConfigureHarpSyncInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace OpenEphys.Onix1
1010
/// <remarks>
1111
/// <para>
1212
/// This configuration operator can be linked to a data IO operator, such as <see
13-
/// cref="HarpSyncInput"/>, using a shared <c>DeviceName</c>.
13+
/// cref="HarpSyncInputData"/>, using a shared <c>DeviceName</c>.
1414
/// </para>
1515
/// <para>
1616
/// Harp is a standard for asynchronous real-time data acquisition and experimental

0 commit comments

Comments
 (0)