diff --git a/docs/notes/02_c-leap/07_xdx/index.md b/docs/notes/02_c-leap/07_xdx/index.md index 6139958..a3c23f8 100644 --- a/docs/notes/02_c-leap/07_xdx/index.md +++ b/docs/notes/02_c-leap/07_xdx/index.md @@ -1835,7 +1835,7 @@ struct 结构体名 * 结构体指针变量名; > [!NOTE] > -> * ① 当一个指针变量指向结构体时,我们就称它为**`结构体指针`**。 +> * ① 当一个指针变量指向结构体时,我们就称它为`结构体指针`。 > * ② 结构体指针的应用场景: > * 指向单一的结构体变量。 > * 作为函数的参数。