We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345f4ae commit f2a52daCopy full SHA for f2a52da
Packages/com.unity.inputsystem/InputSystem/State/InputStateHistory.cs
@@ -209,7 +209,7 @@ public unsafe Record this[int index]
209
/// <remarks>
210
/// Creates a new InputStateHistory to record a history of control state changes.
211
///
212
- /// New controls are automatically added into the state history if there state is smaller than the threshold.
+ /// New controls are automatically added into the state history if their state is smaller than the threshold.
213
/// </remarks>
214
public InputStateHistory(int maxStateSizeInBytes)
215
{
0 commit comments