Skip to content

Commit

Permalink
Rollup merge of rust-lang#41896 - tshepang:too-long, r=steveklabnik
Browse files Browse the repository at this point in the history
doc: break into 2 sentences
  • Loading branch information
Mark-Simulacrum committed May 13, 2017
2 parents 1f72662 + e42875c commit 605d727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ impl Builder {
/// configuration methods can be chained.
///
/// If the [`stack_size`] field is not specified, the stack size
/// will be the `RUST_MIN_STACK` environment variable, if it is
/// not specified either, a sensible default size will be set (2MB as
/// will be the `RUST_MIN_STACK` environment variable. If it is
/// not specified either, a sensible default will be set (2MB as
/// of the writting of this doc).
///
/// # Examples
Expand Down

0 comments on commit 605d727

Please sign in to comment.