Skip to content

Commit 7cce37b

Browse files
authored
Adding missing word
1 parent 840a017 commit 7cce37b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public bool neverAutoSwitchControlSchemes
445445
/// <summary>
446446
/// The currently enabled action map on the PlayerInput component.
447447
/// </summary>
448-
/// <value>Reference to the currently enabled action or <c>null</c> if no action
448+
/// <value>Reference to the currently enabled action map or <c>null</c> if no action
449449
/// map has been enabled by PlayerInput.</value>
450450
/// <remarks>
451451
/// Note that the concept of "current action map" is local to PlayerInput. You can still freely

0 commit comments

Comments
 (0)