File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The `stream!` macro returns an anonymous type implementing the [`Stream`]
10
10
trait. The ` Item ` associated type is the type of the values yielded from the
11
11
stream. The ` try_stream! ` also returns an anonymous type implementing the
12
12
[ ` Stream ` ] trait, but the ` Item ` associated type is ` Result<T, Error> ` . The
13
- ` try_stream! ` macro supports using ` ? ` notiation as part of the
13
+ ` try_stream! ` macro supports using ` ? ` notation as part of the
14
14
implementation.
15
15
16
16
## Usage
Original file line number Diff line number Diff line change 16
16
//! trait. The `Item` associated type is the type of the values yielded from the
17
17
//! stream. The `try_stream!` also returns an anonymous type implementing the
18
18
//! [`Stream`] trait, but the `Item` associated type is `Result<T, Error>`. The
19
- //! `try_stream!` macro supports using `?` notiation as part of the
19
+ //! `try_stream!` macro supports using `?` notation as part of the
20
20
//! implementation.
21
21
//!
22
22
//! # Usage
You can’t perform that action at this time.
0 commit comments