We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe23c4 + 8cf105a commit af0998bCopy full SHA for af0998b
src/primitives/tuples.md
@@ -43,7 +43,7 @@ fn main() {
43
let pair = (1, true);
44
println!("Pair is {:?}", pair);
45
46
- println!("Uhe reversed pair is {:?}", reverse(pair));
+ println!("The reversed pair is {:?}", reverse(pair));
47
48
// To create one element tuples, the comma is required to tell them apart
49
// from a literal surrounded by parentheses.
0 commit comments