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

[docs] [typo] Small typo in async_std::stream docs #860

Closed
leklachu opened this issue Aug 20, 2020 · 2 comments
Closed

[docs] [typo] Small typo in async_std::stream docs #860

leklachu opened this issue Aug 20, 2020 · 2 comments

Comments

@leklachu
Copy link

Just a small typo in the docs for stream,

Streams do not have to be finite. As an example, an repeat stream is an infinite stream

https://docs.rs/async-std/1.6.3/async_std/stream/index.html#infinity

Looks like it's autoconversion from std::iter
https://doc.rust-lang.org/std/iter/index.html#infinity

@surechen
Copy link
Contributor

Hello, I noticed this problem when browsing the issues and I agree with your opinion. I think I can submit a PR to fix this problem.

yoshuawuyts added a commit that referenced this issue Dec 30, 2020
edit a small typo for stream. for issue #860
@Fishrock123
Copy link
Member

Fixed by #926

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

3 participants