Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

阅读中碰到的一些错误 #9

Open
adispring opened this issue Sep 18, 2018 · 4 comments
Open

阅读中碰到的一些错误 #9

adispring opened this issue Sep 18, 2018 · 4 comments

Comments

@adispring
Copy link

p26

while(iterator.isDone()) -> while(!iterator.isDone())

p30
显示调用 -> 显式调用

@adispring
Copy link
Author

2.4节

const producer = new Producer();
const cold$ = new Observable(observer => {}) -> const hot$ = new Observable(...)

@adispring
Copy link
Author

2.7节
到底使用那种 -> 哪种

@adispring
Copy link
Author

3.2.2节

上面的代码中导入的模块是 **/observable/of.js -> 上面的代码中导入的模块是 **/operator/map.js

@adispring adispring changed the title typo 阅读中碰到的一些错误 Sep 18, 2018
@adispring
Copy link
Author

3.3.1

可以吐出和上游source$不同的数据,也可以吐出和source$不同的数据
->
可以吐出和上游source$相同的数据,也可以吐出和source$不同的数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant