Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Siglreithmaier <m.siglreith@gmail.com>
  • Loading branch information
madsmtm and msiglreith authored Apr 18, 2022
1 parent b3cdd49 commit 48e9b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ pub struct KeyboardInput {
/// Additionally, certain input devices are configured to display a candidate box that allow the user to select the
/// desired character interactively. (To properly position this box, you must use [`Window::set_ime_position`].)
///
/// An example of a keyboard layout which uses candiate boxes is pinyin. On a latin keybaord the following event
/// An example of a keyboard layout which uses candidate boxes is pinyin. On a latin keybaord the following event
/// sequence could be obtained:
/// ```ignore
/// // Press "A" key
Expand Down

0 comments on commit 48e9b2d

Please sign in to comment.