File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Devices Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2334,7 +2334,7 @@ protected override void RefreshConfiguration()
23342334 /// <summary>
23352335 /// Called when text input on the keyboard is received.
23362336 /// </summary>
2337- /// <param name="character">A char type value that represents the character that has been entered.</param>
2337+ /// <param name="character">A <see langword=" char"/> type value that represents the character that has been entered.</param>
23382338 /// <remarks>
23392339 /// The system will call this method automatically whenever a <seealso cref="TextEvent"/> is
23402340 /// received that targets the keyboard device. Subscribe to this event by using <seealso cref="onTextInput"/>.
You can’t perform that action at this time.
0 commit comments