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 3c51d27 commit b3cdd49
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 @@ -641,7 +641,7 @@ pub struct KeyboardInput {
///
/// This is also called a "composition event".
///
/// Most keypresses using a latin-like keyboard layout simply generate an [`WindowEvent::ReceivedCharacter`].
/// Most keypresses using a latin-like keyboard layout simply generate a [`WindowEvent::ReceivedCharacter`].
/// However, one couldn't possibly have a key for every single unicode character that the user might want to type
/// - so the solution operating systems employ is to allow the user to type these using _a sequence of keypresses_ instead.
///
Expand Down

0 comments on commit b3cdd49

Please sign in to comment.