Skip to content

Commit 603a947

Browse files
committed
fix para section in code example
1 parent 95c3c3e commit 603a947

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ public event Action<char> onTextInput
10221022
/// </remarks>
10231023
/// <example>
10241024
/// <para>To subscribe to the onIMECompositionChange event, use the following sample code:</para>
1025+
///
10251026
/// <code>
10261027
/// using UnityEngine;
10271028
/// using UnityEngine.InputSystem;

0 commit comments

Comments
 (0)