Skip to content

Commit fb36e17

Browse files
author
EthanLiu2023
committedAug 14, 2023
勘误
1 parent 8a1ae21 commit fb36e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/namespace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ C.bar // 2
266266

267267
上面示例中,名称空间`C`为类`C`添加了一个静态属性`bar`
268268

269-
命名空间还能于同名 Enum 合并。
269+
命名空间还能与同名 Enum 合并。
270270

271271
```typescript
272272
enum E {

0 commit comments

Comments
 (0)
Please sign in to comment.