Skip to content

Commit

Permalink
rollup merge of rust-lang#19608: jbranchaud/add-missing-semicolon-in-…
Browse files Browse the repository at this point in the history
…intro
  • Loading branch information
alexcrichton committed Dec 9, 2014
2 parents c56344b + 2171c95 commit ae805da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:

```{rust}
fn main() {
println!("Hello, world!")
println!("Hello, world!");
}
```

Expand Down

0 comments on commit ae805da

Please sign in to comment.