Skip to content

Commit d0893fe

Browse files
committed
docs: The real answer
1 parent 8bf3072 commit d0893fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ don't match the types of the arguments.
505505
~~~~
506506
# let mystery_object = ();
507507
508-
io::println(fmt!("%s is %d", "the answer", 42));
508+
io::println(fmt!("%s is %d", "the answer", 43));
509509
510510
// %? will conveniently print any type
511511
io::println(fmt!("what is this thing: %?", mystery_object));

0 commit comments

Comments
 (0)