Skip to content

Commit 459f155

Browse files
committed
auto merge of rust-lang#15415 : dgoon/rust/master, r=alexcrichton
2 parents 9897160 + 4c9cca4 commit 459f155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3038,7 +3038,7 @@ fn main() {
30383038
~~~{.ignore}
30393039
// `b/mod.rs`
30403040
pub mod c;
3041-
pub fn foo() { println!("Foo!"; }
3041+
pub fn foo() { println!("Foo!"); }
30423042
~~~
30433043

30443044
~~~{.ignore}

0 commit comments

Comments
 (0)