Skip to content

Commit 5779dbc

Browse files
committed
DOCATT-8557: Removed sentence with QuerySamplingFrequencyCommand link
1 parent 41146c4 commit 5779dbc

File tree

1 file changed

+1
-2
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Devices

1 file changed

+1
-2
lines changed

Packages/com.unity.inputsystem/InputSystem/Devices/Sensor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ public class Sensor : InputDevice
100100
/// Note that when setting sampling frequencies, there may be limits on the range of frequencies
101101
/// supported by the underlying hardware/platform.
102102
///
103-
/// To support querying sampling frequencies, a sensor device must implement <see cref="QuerySamplingFrequencyCommand"/>.
104-
/// To support setting frequencies, it must implemenet <see cref="SetSamplingFrequencyCommand"/>.
103+
/// To support setting frequencies, it must implement <see cref="SetSamplingFrequencyCommand"/>.
105104
/// </remarks>
106105
/// <exception cref="NotSupportedException">Thrown when reading the property and the underlying
107106
/// sensor does not support querying of sampling frequencies.</exception>

0 commit comments

Comments
 (0)