fix a typo in formatted-output.md

fix the output
pull/1008/head
zhaoyao73 2 years ago committed by GitHub
parent 8a8070aa2c
commit dd38ca0796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ fn main() {
其中,`s1` 是通过 `format!` 生成的 `String` 字符串,最终输出如下:
```console
hello, wolrd
hello, world
hello, world!
```

Loading…
Cancel
Save