Skip to content

Commit 2773519

Browse files
committed
DOCATT-8556: Fixed typo in InputUser.actions property
1 parent 28796e4 commit 2773519

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/Users

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/Users/InputUser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public ReadOnlyArray<InputDevice> lostDevices
170170
/// cref="ActivateControlScheme(InputControlScheme)"/> and related APIs like <see cref="controlScheme"/>
171171
/// and <see cref="controlSchemeMatch"/>).
172172
///
173-
/// Note that is generally does not make sense for users to share actions. Instead, each user should
173+
/// Note that it generally does not make sense for users to share actions. Instead, each user should
174174
/// receive a set of actions private to the user.
175175
/// </remarks>
176176
/// <seealso cref="AssociateActionsWithUser(IInputActionCollection)"/>

0 commit comments

Comments
 (0)