Skip to content

Commit f6755a4

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

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
@@ -2396,7 +2396,7 @@ public KeyControl FindKeyOnCurrentKeyboardLayout(string displayName)
23962396
}
23972397

23982398
/// <summary>
2399-
/// This is called to set the IME composition strings. Fired once for every change containing the entire string to date.
2399+
/// This is called to set the IME composition strings. Fired once for every change containing the entire string.
24002400
/// </summary>
24012401
/// <param name="compositionString">The <see cref="IMECompositionString"/> for the IME composition.</param>
24022402
/// <remarks>

0 commit comments

Comments
 (0)