Small documentation typo fixed

This commit is contained in:
Calastrophe 2024-01-09 02:39:23 -06:00
parent 2aa2b1712d
commit 082985ade8

View file

@ -58,7 +58,7 @@ pub enum Event {
/// for each file separately.
FileHovered(PathBuf),
/// A file has beend dropped into the window.
/// A file has been dropped into the window.
///
/// When the user drops multiple files at once, this event will be emitted
/// for each file separately.