docs: 请简述你的修改...

生搬硬套的英文翻译并不是很好,我觉得再英文原有的意思之上使用更加中文化的翻译会更好一些
This commit is contained in:
zhusir 2019-10-23 22:27:34 +08:00 committed by 雪狼
parent 257684791c
commit 2a1b52536b

View File

@ -66,7 +66,7 @@ You can use _pipes_ to link operators together. Pipes let you combine multiple f
A set of operators applied to an observable is a recipe—that is, a set of instructions for producing the values youre interested in. By itself, the recipe doesnt do anything. You need to call `subscribe()` to produce a result through the recipe. A set of operators applied to an observable is a recipe—that is, a set of instructions for producing the values youre interested in. By itself, the recipe doesnt do anything. You need to call `subscribe()` to produce a result through the recipe.
应用于某个可观察对象上的一组操作符就像一个菜谱 —— 也就是说,对你感兴趣的这些值进行处理的一组操作步骤。这个菜谱本身不会做任何事。你需要调用 `subscribe()` 来通过这个菜谱生成一个结果。 应用于某个可观察对象上的一组操作符就像一个处理流程 —— 也就是说,对你感兴趣的这些值进行处理的一组操作步骤。这个处理流程本身不会做任何事。你需要调用 `subscribe()` 来通过处理流程得出并生成一个结果。
Heres an example: Heres an example: