We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unit
1 parent b0ad6de commit b21c196Copy full SHA for b21c196
src/parse.rs
@@ -78,7 +78,7 @@ impl Unit {
78
Self::GigaByte => crate::GB,
79
Self::TeraByte => crate::TB,
80
Self::PetaByte => crate::PB,
81
- Self::ExaByte => crate::EB,
+ Self::ExaByte => crate::EB,
82
// binary units
83
Self::KibiByte => crate::KIB,
84
Self::MebiByte => crate::MIB,
0 commit comments