Skip to content

Commit

Permalink
Merge pull request #1648 from wiktor-k/fix-crate-doc
Browse files Browse the repository at this point in the history
Fix comment description on crate example
  • Loading branch information
hecrj authored Jan 12, 2023
2 parents 902131e + cb930b0 commit d2b6680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
//! ]
//! }
Expand Down

0 comments on commit d2b6680

Please sign in to comment.