Skip to content

Commit daac650

Browse files
committed
Fix spelling
1 parent 7225a81 commit daac650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn integer_literals() {
5656
assert_eq!(0007id, 7);
5757
assert_eq!(0010id, 10);
5858

59-
// Hexadecimal no undescore
59+
// Hexadecimal no underscore
6060
assert_eq!(0x1id, 1);
6161
assert_eq!(0x10id, 16);
6262
assert_eq!(0x100id, 256);

0 commit comments

Comments
 (0)