Skip to content

Commit

Permalink
Fix typo in example output
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 28, 2023
1 parent 955a703 commit a4e33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn interpret_input(input: &str, sys: &mut System) -> bool {
);
writeln!(
&mut io::stdout(),
"total process usage: {}%",
"total CPU usage: {}%",
sys.global_cpu_info().cpu_usage()
);
for proc_ in sys.cpus() {
Expand Down

0 comments on commit a4e33d0

Please sign in to comment.