Skip to content

Commit 6d69a3e

Browse files
authored
Merge pull request #650 from senden9/patch-1
Fix typo in stream documentation
2 parents fee3b6f + c3d5dba commit 6d69a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/stream/stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ extension_trait! {
695695
# }) }
696696
```
697697
698-
An empty stream will return `None:
698+
An empty stream will return `None`:
699699
```
700700
# fn main() { async_std::task::block_on(async {
701701
#

0 commit comments

Comments
 (0)