diff --git a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs index ed74822..3a38748 100644 --- a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs +++ b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs @@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V public int SensorIndex { get; } /// - /// Gets rhe 3D position of the photodiode connected to the TS4231[] sensor with units determined by - /// and . + /// Gets the 3D position of the photodiode connected to the TS4231 receiver with index + // in units determined by and . /// public Vector3 Position { get; } }