Skip to content

Commit 62ca3ba

Browse files
ritamerklduckets
andauthored
Input Control update text
Co-authored-by: Ben Pitt <[email protected]>
1 parent 9ea96b9 commit 62ca3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Controls/InputControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ protected void RefreshConfigurationIfNeeded()
791791
/// Refresh the configuration of the control. This is used to update the control's state (e.g. Keyboard Layout or display Name of Keys).
792792
/// </summary>
793793
/// <remarks>
794-
/// The system will call this method automatically whenever change is made to one of the control's configuration properties.
794+
/// The system will call this method automatically whenever a change is made to one of the control's configuration properties.
795795
/// See <see cref="RefreshConfigurationIfNeeded"/>.
796796
/// </remarks>
797797
/// <example>

0 commit comments

Comments
 (0)