doc: surround with symbols, like it should

This commit is contained in:
Tshepang Lekhonkhobe 2014-12-24 23:53:25 +02:00
parent 14597f980a
commit 6ca45c3871

View file

@ -1895,7 +1895,7 @@ authors = ["Your Name <you@example.com>"]
Cargo gets this information from your environment. If it's not correct, go ahead
and fix that.
Finally, Cargo generated a hello, world for us. Check out `src/main.rs`:
Finally, Cargo generated a "Hello, world!" for us. Check out `src/main.rs`:
```{rust}
fn main() {