Skip to content

Commit 7ebb392

Browse files
Cargo generates "Hello, world!" instead of "Hello world!"
1 parent 63e99f9 commit 7ebb392

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
@@ -1780,7 +1780,7 @@ Finally, Cargo generated a hello, world for us. Check out `src/main.rs`:
17801780

17811781
```{rust}
17821782
fn main() {
1783-
println!("Hello world!");
1783+
println!("Hello, world!");
17841784
}
17851785
```
17861786

0 commit comments

Comments
 (0)