Merge pull request #1008 from zhaoyao73/patch-2

fix a typo in formatted-output.md
pull/1010/head
Sunface 2 years ago committed by GitHub
commit a1bbe445e4
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