Skip to content

Commit 8cf105a

Browse files
committed
Typographical mistake in tuples.md
Signed-off-by: b0id <[email protected]>
1 parent efe23c4 commit 8cf105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343
let pair = (1, true);
4444
println!("Pair is {:?}", pair);
4545
46-
println!("Uhe reversed pair is {:?}", reverse(pair));
46+
println!("The reversed pair is {:?}", reverse(pair));
4747
4848
// To create one element tuples, the comma is required to tell them apart
4949
// from a literal surrounded by parentheses.

0 commit comments

Comments
 (0)