Skip to content

Commit de7bb7e

Browse files
authored
Merge pull request #307 from open-ephys/jonnew-patch-1
Update TS4231V1PositionDataFrame.cs
2 parents 4a93fda + 795f4ca commit de7bb7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1414
<UseArtifactsOutput>true</UseArtifactsOutput>
1515
<PackageIcon>icon.png</PackageIcon>
16-
<VersionPrefix>0.3.0</VersionPrefix>
16+
<VersionPrefix>0.4.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<LangVersion>10.0</LangVersion>
1919
<Features>strict</Features>

OpenEphys.Onix1/TS4231V1PositionDataFrame.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V
3939
public int SensorIndex { get; }
4040

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

0 commit comments

Comments
 (0)