Fixed typo in doc (#722)
This commit is contained in:
parent
f845cea516
commit
ce8dd0bd6d
@ -514,7 +514,7 @@ pub enum Event {
|
|||||||
#[cfg(feature = "bracketed-paste")]
|
#[cfg(feature = "bracketed-paste")]
|
||||||
Paste(String),
|
Paste(String),
|
||||||
/// An resize event with new dimensions after resize (columns, rows).
|
/// An resize event with new dimensions after resize (columns, rows).
|
||||||
/// **Note** that resize events can be occur in batches.
|
/// **Note** that resize events can occur in batches.
|
||||||
Resize(u16, u16),
|
Resize(u16, u16),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user