Skip to content

Commit 8257728

Browse files
authored
Merge pull request #24 from wangkirin/main
fix the tile of P.NAME.03 AND the name of Huawei opensource competence
2 parents 4317895 + 20b80a5 commit 8257728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/safe-guides/code_style/naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub struct HeaderMap {
108108
}
109109
```
110110

111-
## P.03 避免使用语言内置保留字、关键字、内置类型和`trait`等特殊名称
111+
## P.NAM.03 避免使用语言内置保留字、关键字、内置类型和`trait`等特殊名称
112112

113113
### 【描述】
114114

src/safe-guides/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ Number 从`01`开始递增。`Element`为领域知识中关键元素的三位英
6060

6161
## 鸣谢
6262

63-
本指南参考《华为 C 语言编程指南 V 1.0》,感谢华为Rust 开源能力中心 提供编程指南规范协助!
63+
本指南参考《华为 C 语言编程指南 V 1.0》,感谢华为 开源能力中心 提供编程指南规范协助!
6464

0 commit comments

Comments
 (0)