Merge pull request #650 from senden9/patch-1

Fix typo in stream documentation
split-by-pattern
nasa 5 years ago committed by GitHub
commit 6d69a3e368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save