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 28796e4 commit 2773519Copy full SHA for 2773519
Packages/com.unity.inputsystem/InputSystem/Plugins/Users/InputUser.cs
@@ -170,7 +170,7 @@ public ReadOnlyArray<InputDevice> lostDevices
170
/// cref="ActivateControlScheme(InputControlScheme)"/> and related APIs like <see cref="controlScheme"/>
171
/// and <see cref="controlSchemeMatch"/>).
172
///
173
- /// Note that is generally does not make sense for users to share actions. Instead, each user should
+ /// Note that it generally does not make sense for users to share actions. Instead, each user should
174
/// receive a set of actions private to the user.
175
/// </remarks>
176
/// <seealso cref="AssociateActionsWithUser(IInputActionCollection)"/>
0 commit comments