diff --git a/src/doc/guide.md b/src/doc/guide.md index 22cbd18a8652..2df75c2dd3e1 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -1895,7 +1895,7 @@ authors = ["Your Name "] 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() {