Skip to content

Commit 56cb5bc

Browse files
committed
Fix typo in lib.rs
Thanks waywardmonkeys for pointing it out!
1 parent 6198631 commit 56cb5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub struct CompositionEvent {
153153
pub data: String,
154154
}
155155

156-
/// The value recieved from the keypress.
156+
/// The value received from the keypress.
157157
#[derive(Clone, Debug, Eq, Hash, PartialEq, PartialOrd, Ord)]
158158
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
159159
pub enum Key {

0 commit comments

Comments
 (0)