Skip to content

Commit 3bd511f

Browse files
Fixed copy+paste error in comment
Co-authored-by: Mara Bos <[email protected]>
1 parent 385944a commit 3bd511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/fmt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pub enum Sign {
261261
pub enum DebugAsHex {
262262
/// Use lower-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
263263
Lower,
264-
/// Use upper-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
264+
/// Use upper-case hexadecimal integers for the `Debug` trait (like [the `X?` type](../../std/fmt/index.html#formatting-traits)).
265265
Upper,
266266
}
267267

0 commit comments

Comments
 (0)