Skip to content

Commit

Permalink
Fix comment description on crate example
Browse files Browse the repository at this point in the history
This tiny PR aligns the comment on the crate example to align to the
comment that is in README.md.
  • Loading branch information
wiktor-k committed Jan 12, 2023
1 parent 902131e commit cb930b0
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 cb930b0

Please sign in to comment.