Skip to content

Commit c3d5dba

Browse files
authored
Fix typo in stream documentation
1 parent fee3b6f commit c3d5dba

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)