mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-12 19:36:45 +00:00
Fix typo in stream documentation
This commit is contained in:
parent
fee3b6f603
commit
c3d5dba1b5
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ extension_trait! {
|
||||||
# }) }
|
# }) }
|
||||||
```
|
```
|
||||||
|
|
||||||
An empty stream will return `None:
|
An empty stream will return `None`:
|
||||||
```
|
```
|
||||||
# fn main() { async_std::task::block_on(async {
|
# fn main() { async_std::task::block_on(async {
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue