We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7225a81 commit daac650Copy full SHA for daac650
tests/id.rs
@@ -56,7 +56,7 @@ fn integer_literals() {
56
assert_eq!(0007id, 7);
57
assert_eq!(0010id, 10);
58
59
- // Hexadecimal no undescore
+ // Hexadecimal no underscore
60
assert_eq!(0x1id, 1);
61
assert_eq!(0x10id, 16);
62
assert_eq!(0x100id, 256);
0 commit comments