Skip to content

Commit 866bd2d

Browse files
committed
Fix code example escaped chars
1 parent 3efea32 commit 866bd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/UI/InputSystemUIInputModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace UnityEngine.InputSystem.UI
8484
/// var eventSystem = EventSystem.current;
8585
///
8686
/// // Get the InputSystemUIInputModule component
87-
/// uiModule = eventSystem.GetComponent<InputSystemUIInputModule>();
87+
/// uiModule = eventSystem.GetComponent&lt;InputSystemUIInputModule&gt;();
8888
///
8989
/// // Using the default input actions just as an example. Another InputActionAsset can be used.
9090
/// DefaultInputActions defaultInputActions = new DefaultInputActions();

0 commit comments

Comments
 (0)