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 9ea96b9 commit 62ca3baCopy full SHA for 62ca3ba
Packages/com.unity.inputsystem/InputSystem/Controls/InputControl.cs
@@ -791,7 +791,7 @@ protected void RefreshConfigurationIfNeeded()
791
/// Refresh the configuration of the control. This is used to update the control's state (e.g. Keyboard Layout or display Name of Keys).
792
/// </summary>
793
/// <remarks>
794
- /// The system will call this method automatically whenever change is made to one of the control's configuration properties.
+ /// The system will call this method automatically whenever a change is made to one of the control's configuration properties.
795
/// See <see cref="RefreshConfigurationIfNeeded"/>.
796
/// </remarks>
797
/// <example>
0 commit comments