From 186b9a4c2bcae50a91be191efae1e93aaf95933f 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, 1 Aug 2024 17:01:44 +0800 Subject: [PATCH] c --- docs/notes/01_c-basic/05_xdx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/01_c-basic/05_xdx/index.md b/docs/notes/01_c-basic/05_xdx/index.md index e98b80b..3c2f4e0 100644 --- a/docs/notes/01_c-basic/05_xdx/index.md +++ b/docs/notes/01_c-basic/05_xdx/index.md @@ -1284,7 +1284,7 @@ char str[32]; ### 4.2.1 标准写法 -* 显示在字符串的结尾添加 `\0`作为字符串的结束标识。 +* 手动在字符串的结尾添加 `\0`作为字符串的结束标识。