Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/stream/stream.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
  • Loading branch information
montekki and yoshuawuyts authored Sep 5, 2019
commit fed13feb11b3eea8df65441b26afa3e1af6a4322
2 changes: 1 addition & 1 deletion src/stream/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub trait Stream {

/// Returns the element that gives the minimum value with respect to the
/// specified comparison function. If several elements are equally minimum,
/// the first element is returned. If the stream is empty, None is returned.
/// the first element is returned. If the stream is empty, `None` is returned.
///
/// # Examples
///
Expand Down