fix: fixed markdown grammar error (#30910)

There are some markdown grammar problems,I had fixed it.
Hopefully it can works.
This commit is contained in:
Skipper
2019-01-31 10:43:58 +08:00
committed by Jingyi Ding
parent abacc3283c
commit a18d7981e6

View File

@ -3,6 +3,7 @@ title: Hello World C
localeTitle: Hello World C
---
## Hello, World
要在控制台上显示文字,您可以使用库`stdio.h`中的函数`printf()`
@ -32,3 +33,4 @@ localeTitle: Hello World C
```
>Hello World!
```