Skip to content

Commit ae805da

Browse files
committed
rollup merge of rust-lang#19608: jbranchaud/add-missing-semicolon-in-intro
2 parents c56344b + 2171c95 commit ae805da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
6464

6565
```{rust}
6666
fn main() {
67-
println!("Hello, world!")
67+
println!("Hello, world!");
6868
}
6969
```
7070

0 commit comments

Comments
 (0)