Skip to content

Commit

Permalink
Merge pull request #599 from FineFindus/fix/example-typo
Browse files Browse the repository at this point in the history
✏️ zb: incresses → increases
  • Loading branch information
zeenix authored Feb 18, 2024
2 parents 2114289 + 50bf99b commit 09c9adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/examples/screen-brightness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// NB: It only works on a GNOME (based) system.
//
// Usage is simple. Either pass a '+' as argument or no argument on commandline, and it incresses
// Usage is simple. Either pass a '+' as argument or no argument on commandline, and it increases
// the brightness by 5%. Pass '-' for decreasing it by 5%.

fn main() {
Expand Down

0 comments on commit 09c9adb

Please sign in to comment.