Skip to content

Commit 69612a3

Browse files
phrasing fix
Co-authored-by: João Freire <[email protected]>
1 parent 51c9865 commit 69612a3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ protected override void RefreshConfiguration()
23422342
/// using UnityEngine;
23432343
/// using UnityEngine.InputSystem;
23442344
///
2345-
/// public class UserTest : MonoBehaviour
2345+
/// public class OnTextInputExample : MonoBehaviour
23462346
/// {
23472347
/// // Simulate text input event on the current keyboard.
23482348
/// private void FakeInput()

0 commit comments

Comments
 (0)