From bdab6f9d1ae90038af0c52b76c8cde332cf61efd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 25 Aug 2019 05:22:17 +0200 Subject: Update `README` --- src/widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.rs') 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: 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. -- cgit