Skip to content

Commit

Permalink
chore: Fix typo (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Sep 8, 2024
1 parent 312753d commit 24be08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ pub trait StreamExt: Stream {

/// Maps items of the stream to new values using a state value and a closure.
///
/// Scanning begins with the inital state set to `initial_state`, and then applies `f` to the
/// Scanning begins with the initial state set to `initial_state`, and then applies `f` to the
/// state and each item in the stream. The stream stops when `f` returns `None`.
///
/// # Examples
Expand Down

0 comments on commit 24be08c

Please sign in to comment.