diff options
| author | bors <bors@rust-lang.org> | 2014-07-04 23:46:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-04 23:46:44 +0000 |
| commit | 459f155f81291c46633e86a480628b50304ffb1c (patch) | |
| tree | 296469fdae6c1574c458cce9a3a2e05277b09b5a | |
| parent | 9897160523ab3e792f0309250da49d289d2a5598 (diff) | |
| parent | 4c9cca41a8eb381e06c744b40b5b915a516ec711 (diff) | |
| download | rust-459f155f81291c46633e86a480628b50304ffb1c.tar.gz rust-459f155f81291c46633e86a480628b50304ffb1c.zip | |
auto merge of #15415 : dgoon/rust/master, r=alexcrichton
| -rw-r--r-- | src/doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 2a788d7e793..0522def2d0f 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -3038,7 +3038,7 @@ fn main() { ~~~{.ignore} // `b/mod.rs` pub mod c; -pub fn foo() { println!("Foo!"; } +pub fn foo() { println!("Foo!"); } ~~~ ~~~{.ignore} |
