Skip to content

Commit b834a32

Browse files
authored
Update enum.md
1 parent ee75ee3 commit b834a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ let directions = [Directions.Up, Directions.Down, Directions.Left, Directions.Ri
224224
var directions = [0 /* Up */, 1 /* Down */, 2 /* Left */, 3 /* Right */];
225225
```
226226

227-
> 枚举类型的概念[来源于 C#][C# Enum]
227+
> TypeScript 的枚举类型的概念[来源于 C#][C# Enum]
228228
229229
## 参考
230230

0 commit comments

Comments
 (0)