mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-19 20:03:32 -04:00
Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user