Skip to content

Commit 13e5163

Browse files
committed
Merge pull request zhongsp#44 from zhongsp/zhongsp-patch-1
Adjust the wording
2 parents cb09665 + bb6cffd commit 13e5163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/handbook/Writing Definition Files.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ interface WidgetFactory {
172172
declare let widget: WidgetFactory;
173173
```
174174

175-
## 全局的或未知的外部Libraries
175+
## 全局或外部的未知代码库
176176

177177
#### 应用示例
178178

@@ -196,7 +196,7 @@ declare module "zoo" {
196196
}
197197
```
198198

199-
## 外部模块的单个复杂对象
199+
## 模块里的单一复杂对象
200200

201201
#### 应用示例
202202

0 commit comments

Comments
 (0)