We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de83d7d commit 2171c95Copy full SHA for 2171c95
src/doc/intro.md
@@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
64
65
```{rust}
66
fn main() {
67
- println!("Hello, world!")
+ println!("Hello, world!");
68
}
69
```
70
0 commit comments