Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex

This commit is contained in:
Shadlock0133
2019-06-20 10:31:31 +02:00
committed by GitHub
parent b04e769c08
commit 193679b9bb
+1 -1
View File
@@ -128,7 +128,7 @@
//! too: `Extend` adds the union of the instances of the `struct` iterated over,
//! while `FromIterator` calculates the union.
//!
//! The `Binary`, `Debug`, `LowerExp`, `Octal` and `UpperExp` trait is also
//! The `Binary`, `Debug`, `LowerHex`, `Octal` and `UpperHex` trait is also
//! implemented by displaying the bits value of the internal struct.
//!
//! ## Operators