Skip to content

Commit 6ca45c3

Browse files
committed
doc: surround with symbols, like it should
1 parent 14597f9 commit 6ca45c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ authors = ["Your Name <[email protected]>"]
18951895
Cargo gets this information from your environment. If it's not correct, go ahead
18961896
and fix that.
18971897

1898-
Finally, Cargo generated a hello, world for us. Check out `src/main.rs`:
1898+
Finally, Cargo generated a "Hello, world!" for us. Check out `src/main.rs`:
18991899

19001900
```{rust}
19011901
fn main() {

0 commit comments

Comments
 (0)