Skip to content

Commit 4fb230d

Browse files
author
Matthew Smillie
committed
fix(primitive_types6): missing comma in test
1 parent e6bde22 commit 4fb230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/primitive_types/primitive_types6.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ fn indexing_tuple() {
1111
/// Replace below ??? with the tuple indexing syntax.
1212
let second = ???;
1313

14-
assert_eq!(2, second
14+
assert_eq!(2, second,
1515
"This is not the 2nd number in the tuple!")
1616
}

0 commit comments

Comments
 (0)