Skip to content

Commit

Permalink
Merge pull request #1524 from cdvv7788/patch-1
Browse files Browse the repository at this point in the history
Update tuples.md
  • Loading branch information
marioidival authored Apr 25, 2022
2 parents 284e6e8 + 3eb9da3 commit 9927bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/tuples.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn main() {
// Tuples are printable
println!("tuple of tuples: {:?}", tuple_of_tuples);
// But long Tuples cannot be printed
// But long Tuples (more than 12 elements) cannot be printed
// let too_long_tuple = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13);
// println!("too long tuple: {:?}", too_long_tuple);
// TODO ^ Uncomment the above 2 lines to see the compiler error
Expand Down

0 comments on commit 9927bc0

Please sign in to comment.