Skip to content

Commit a5a6d40

Browse files
Fixed copy+paste error in comment
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
1 parent ecdf48e commit a5a6d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/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)