summaryrefslogtreecommitdiffstats
path: root/core/src/window
diff options
context:
space:
mode:
authorLibravatar Calastrophe <zediant@gmail.com>2024-01-09 02:39:23 -0600
committerLibravatar Calastrophe <zediant@gmail.com>2024-01-09 02:43:48 -0600
commit082985ade8a108aa3ec1fe573411120b82da0cad (patch)
tree7ce0ebd0f741a74ac11e7a5f45a4aad9e8f0f693 /core/src/window
parent2aa2b1712dfdc93762ebe0958614154920068731 (diff)
downloadiced-082985ade8a108aa3ec1fe573411120b82da0cad.tar.gz
iced-082985ade8a108aa3ec1fe573411120b82da0cad.tar.bz2
iced-082985ade8a108aa3ec1fe573411120b82da0cad.zip
Small documentation typo fixed
Diffstat (limited to 'core/src/window')
-rw-r--r--core/src/window/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/window/event.rs b/core/src/window/event.rs
index b9ee7aca..a14d127f 100644
--- a/core/src/window/event.rs
+++ b/core/src/window/event.rs
@@ -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.