diff options
author | 2019-08-25 05:22:17 +0200 | |
---|---|---|
committer | 2019-08-25 05:22:17 +0200 | |
commit | bdab6f9d1ae90038af0c52b76c8cde332cf61efd (patch) | |
tree | 3bf589da77f2dcb32c729d2f726b65b8415f5ad5 /src/widget.rs | |
parent | 36d18d979ffe713328de901005c8a5a78075357d (diff) | |
download | iced-bdab6f9d1ae90038af0c52b76c8cde332cf61efd.tar.gz iced-bdab6f9d1ae90038af0c52b76c8cde332cf61efd.tar.bz2 iced-bdab6f9d1ae90038af0c52b76c8cde332cf61efd.zip |
Update `README`
Diffstat (limited to 'src/widget.rs')
-rw-r--r-- | src/widget.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs index 6113b9ad..c3df3bc1 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -88,7 +88,7 @@ pub trait Widget<Message, Renderer>: std::fmt::Debug { /// * an [`Event`] describing user interaction /// * the computed [`Layout`] of the [`Widget`] /// * the current cursor position - /// * a mutable `Message` vector, allowing the [`Widget`] to produce + /// * a mutable `Message` list, allowing the [`Widget`] to produce /// new messages based on user interaction. /// /// By default, it does nothing. |