Skip to content

Commit 2cbe9ba

Browse files
author
Ye Chen
committed
typo fix
1 parent e363993 commit 2cbe9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_zh-cn/tour/higher-order-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object SalaryRaiser {
6868
}
6969
```
7070

71-
注意着三个方法的差异仅仅是提升的比例不同,为了简化代码,你可以像这样把重复的代码提到一个高阶函数中:
71+
注意这三个方法的差异仅仅是提升的比例不同,为了简化代码,你可以像这样把重复的代码提到一个高阶函数中:
7272

7373
```tut
7474
object SalaryRaiser {

0 commit comments

Comments
 (0)