Skip to content

Commit f2a52da

Browse files
authored
fixed typo
1 parent 345f4ae commit f2a52da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/State/InputStateHistory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public unsafe Record this[int index]
209209
/// <remarks>
210210
/// Creates a new InputStateHistory to record a history of control state changes.
211211
///
212-
/// New controls are automatically added into the state history if there state is smaller than the threshold.
212+
/// New controls are automatically added into the state history if their state is smaller than the threshold.
213213
/// </remarks>
214214
public InputStateHistory(int maxStateSizeInBytes)
215215
{

0 commit comments

Comments
 (0)