From d067f83d7120e9c1f9cefe3f86e5b013e3c05ce0 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sat, 1 Feb 2020 22:55:11 +0800 Subject: [PATCH] rename article --- kotlin-coroutines-bottom-up/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-coroutines-bottom-up/README.md b/kotlin-coroutines-bottom-up/README.md index aac64f4..f63d7f7 100644 --- a/kotlin-coroutines-bottom-up/README.md +++ b/kotlin-coroutines-bottom-up/README.md @@ -1,6 +1,6 @@ 原文链接: [A Bottom-Up View of Kotlin Coroutines](https://www.infoq.com/articles/kotlin-coroutines-bottom-up/) - _Garth Gilmour_ / _Eamonn Boyle_,2020-01-11 -# 自底向上学习`Kotlin`协程 +# 理解`Kotlin`协程:自底向上的视角 --------------------------------------