Skip to content

Commit 44cea60

Browse files
EliasHolzmannm-ou-se
authored and
gitbot
committed
Fixed copy+paste error in comment
Co-authored-by: Mara Bos <[email protected]>
1 parent 30e5eee commit 44cea60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/fmt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub enum Sign {
277277
pub enum DebugAsHex {
278278
/// Use lower-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
279279
Lower,
280-
/// Use upper-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
280+
/// Use upper-case hexadecimal integers for the `Debug` trait (like [the `X?` type](../../std/fmt/index.html#formatting-traits)).
281281
Upper,
282282
}
283283

0 commit comments

Comments
 (0)