Fix typo in stream documentation

This commit is contained in:
Stefano Probst 2019-12-28 17:27:37 +01:00 committed by GitHub
parent fee3b6f603
commit c3d5dba1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
#