From 69612a33d3a3f1232291207083c38faf98e2b8cc Mon Sep 17 00:00:00 2001 From: Rita Merkl <127492464+ritamerkl@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:05:32 +0100 Subject: [PATCH] phrasing fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Freire --- Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs b/Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs index 9fa7cf0079..d86e371d57 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs @@ -2342,7 +2342,7 @@ protected override void RefreshConfiguration() /// using UnityEngine; /// using UnityEngine.InputSystem; /// - /// public class UserTest : MonoBehaviour + /// public class OnTextInputExample : MonoBehaviour /// { /// // Simulate text input event on the current keyboard. /// private void FakeInput()