Merge pull request #1648 from wiktor-k/fix-crate-doc
Fix comment description on crate example
This commit is contained in:
commit
d2b66805b3
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
||||||
//! text(self.value).size(50),
|
//! text(self.value).size(50),
|
||||||
//!
|
//!
|
||||||
//! // The decrement button. We tell it to produce a
|
//! // The decrement button. We tell it to produce a
|
||||||
|
//! // `DecrementPressed` message when pressed
|
||||||
//! button("-").on_press(Message::DecrementPressed),
|
//! button("-").on_press(Message::DecrementPressed),
|
||||||
//! ]
|
//! ]
|
||||||
//! }
|
//! }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue