diff --git a/src/lib.rs b/src/lib.rs index 20ed580..03f694d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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