From 98891ceb24306c861c59c69a273d7bea42d39fce Mon Sep 17 00:00:00 2001 From: zyjhandsome Date: Wed, 7 Jun 2023 17:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A1=E7=8C=AE=E6=96=87=E6=A1=A3=20>=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=A3=8E=E6=A0=BC=E4=B8=AD=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E2=80=9C=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyjhandsome --- zh-cn/contribute/style-guide/style-guide-example-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/contribute/style-guide/style-guide-example-code-style.md b/zh-cn/contribute/style-guide/style-guide-example-code-style.md index e91520012c..f17e8a76a8 100644 --- a/zh-cn/contribute/style-guide/style-guide-example-code-style.md +++ b/zh-cn/contribute/style-guide/style-guide-example-code-style.md @@ -1,5 +1,5 @@ # 示例代码风格 -本文参考了业界的标准规范和最佳实践,旨在提高OpenHarmony文档示例代码的可读性、可维护性,以及风格一致性,适用于包括ArkTS、JavaScript和C/C++等编程语言的示例代码片段。 +本规范适用于文档中ArkTS、JavaScript和C/C++等编程语言的示例代码片段,旨在提高OpenHarmony文档示例代码的可读性、可维护性,以及风格一致性。 ## 代码规范 -- GitLab