From 193679b9bbbc40f93ac9a4f8eebdbcddc8d2d1fc Mon Sep 17 00:00:00 2001 From: Shadlock0133 Date: Thu, 20 Jun 2019 10:31:31 +0200 Subject: [PATCH] Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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