Skip to content

Commit

Permalink
Update TS4231V1PositionDataFrame.cs
Browse files Browse the repository at this point in the history
- Fix typos in TS4231V1PositionDataFrame XML
  • Loading branch information
jonnew authored Sep 20, 2024
1 parent 4a93fda commit 8c69eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenEphys.Onix1/TS4231V1PositionDataFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V
public int SensorIndex { get; }

/// <summary>
/// Gets rhe 3D position of the photodiode connected to the TS4231[<see cref="SensorIndex"/>] sensor with units determined by
/// <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
/// Gets the 3D position of the photodiode connected to the TS4231 receiver with index <see cref="SensorIndex"/>
// in units determined by <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
/// </summary>
public Vector3 Position { get; }
}
Expand Down

0 comments on commit 8c69eac

Please sign in to comment.