Skip to content

Commit

Permalink
Add missing semicolon to hello world program in intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud committed Dec 6, 2014
1 parent de83d7d commit 2171c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/intro.md
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

1 comment on commit 2171c95

@steveklabnik
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.