Skip to content

Commit 1e5bb4e

Browse files
committed
docs(course): 移除"新语法特性"的冗余表述
将"新语法特性"改为"语法特性",避免与前文"引入"重复,使表达更简洁。
1 parent 3671126 commit 1e5bb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

course/advanced/result-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ outline: deep
5656

5757
## 声明字面量
5858

59-
**声明字面量(Decl Literals)** 是 Zig 0.14.0 引入的新语法特性。它扩展了枚举字面量语法 `.foo`,使其不仅可以引用枚举成员,还可以引用目标类型上的任何声明。
59+
**声明字面量(Decl Literals)** 是 Zig 0.14.0 引入的语法特性。它扩展了枚举字面量语法 `.foo`,使其不仅可以引用枚举成员,还可以引用目标类型上的任何声明。
6060

6161
### 基本用法
6262

0 commit comments

Comments
 (0)