From cb930b05a857ae67e26a1d523eca28af4f808d27 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Thu, 12 Jan 2023 13:16:53 +0100 Subject: [PATCH] Fix comment description on crate example This tiny PR aligns the comment on the crate example to align to the comment that is in README.md. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index a0e31be4f6..68cb99844f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -97,6 +97,7 @@ //! text(self.value).size(50), //! //! // The decrement button. We tell it to produce a +//! // `DecrementPressed` message when pressed //! button("-").on_press(Message::DecrementPressed), //! ] //! }