Merge pull request #1648 from wiktor-k/fix-crate-doc

Fix comment description on crate example
This commit is contained in:
Héctor Ramón 2023-01-12 16:02:51 +01:00 committed by GitHub
commit d2b66805b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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