Skip to content

Commit f6dde88

Browse files
committed
Merge pull request #20210 from tshepang/patch-5
doc: surround with symbols, like it should Reviewed-by: steveklabnik
2 parents 2a30dda + 6ca45c3 commit f6dde88

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
@@ -1891,7 +1891,7 @@ authors = ["Your Name <[email protected]>"]
18911891
Cargo gets this information from your environment. If it's not correct, go ahead
18921892
and fix that.
18931893

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

18961896
```{rust}
18971897
fn main() {

0 commit comments

Comments
 (0)