Merge pull request #49 from Elgar17/patch

修改文档书写格式。
This commit is contained in:
Ruan YiFeng
2021-10-19 09:25:52 +08:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ arr[0] = 5;
```c
// const 表示指向的值 *x 不能修改
int const * x
# 或者
// 或者
const int * x
```