From a7820a23ad7b86e95e5e54c6e16fd6c585a736a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Thu, 17 Oct 2024 16:12:28 +0800 Subject: [PATCH] c --- docs/notes/02_c-leap/07_xdx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] > -> * ① 当一个指针变量指向结构体时,我们就称它为**`结构体指针`**。 +> * ① 当一个指针变量指向结构体时,我们就称它为`结构体指针`。 > * ② 结构体指针的应用场景: > * 指向单一的结构体变量。 > * 作为函数的参数。