fix output for "Printing 'hello, world!'" example

pull/48/head
Rod Elias 4 years ago committed by GitHub
parent fa41a486c7
commit e058c79219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,7 +395,7 @@ fn main() {
}
```
The `{}` in `println!` means "put the variable inside here". This prints `Hello world number 8!`.
The `{}` in `println!` means "put the variable inside here". This prints `Hello, world number 8!`.
We can put more in:

Loading…
Cancel
Save