Skip to content

Commit 1f063ac

Browse files
authored
update Higher-OrderFunctionsAndLambdas.md link
change [inline] link from official document to our docs.
1 parent 5da05ad commit 1f063ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunctionsAndLambdas/Higher-OrderFunctionsAndLambdas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ strings.filter{ it.length == 5 }.sortedBy{ it }.map{ it.toUpperCase() }
7878
```
7979

8080
### 内联函数
81-
有些时候可以用 [内联函数](http://kotlinlang.org/docs/reference/inline-functions.html) 提高高阶函数的性能。
81+
有些时候可以用 [内联函数](https://github.com/huanglizhuo/kotlin-in-chinese/blob/master/FunctionsAndLambdas/InlineFunctions.md) 提高高阶函数的性能。
8282

8383
### 字面函数和函数表达式
8484
字面函数或函数表达式就是一个 "匿名函数",也就是没有声明的函数,但立即作为表达式传递下去。想想下面的例子:

0 commit comments

Comments
 (0)