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.
This commit is contained in:
Wiktor Kwapisiewicz 2023-01-12 13:16:53 +01:00
parent 902131eb51
commit cb930b05a8
No known key found for this signature in database
GPG key ID: E68BE3B312FA33FC

View file

@ -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),
//! ]
//! }