diff --git a/ch10.md b/ch10.md index 00e993d..9cd735e 100644 --- a/ch10.md +++ b/ch10.md @@ -39,7 +39,8 @@ Container.of(2).chain(function(two) { http://hollycarden.deviantart.com -`ap` 就是这样一种函数,能够把一个 functor 的函数值应用到另一个 functor 的值上。把这句话快速地说上 5 遍。 +`ap` 就是这样一种函数,能够把一个包含函数的functor应用到另一个包含值的functor上.。把这句话快速地说上 5 遍。 + ```js Container.of(add(2)).ap(Container.of(3));