Fixed typo in doc (#722)

This commit is contained in:
Baldo Alessandro 2022-10-21 10:04:22 +02:00 committed by GitHub
parent f845cea516
commit ce8dd0bd6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,7 +514,7 @@ pub enum Event {
#[cfg(feature = "bracketed-paste")]
Paste(String),
/// 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),
}