Skip to content

Commit 81ce7a8

Browse files
committed
fix battery voltage unit typo
1 parent 88b1e3a commit 81ce7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmi/battery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl Battery {
119119
Cell::from("Design Voltage").bold(),
120120
Cell::from({
121121
if let Some(v) = self.design_voltage {
122-
format!("{v} mWV")
122+
format!("{v} mV")
123123
} else {
124124
"Unknown".to_string()
125125
}

0 commit comments

Comments
 (0)