Skip to content

Commit 1db0f2b

Browse files
Rollup merge of rust-lang#41896 - tshepang:too-long, r=steveklabnik
doc: break into 2 sentences
2 parents 323560e + e42875c commit 1db0f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/thread/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ impl Builder {
210210
/// configuration methods can be chained.
211211
///
212212
/// If the [`stack_size`] field is not specified, the stack size
213-
/// will be the `RUST_MIN_STACK` environment variable, if it is
214-
/// not specified either, a sensible default size will be set (2MB as
213+
/// will be the `RUST_MIN_STACK` environment variable. If it is
214+
/// not specified either, a sensible default will be set (2MB as
215215
/// of the writting of this doc).
216216
///
217217
/// # Examples

0 commit comments

Comments
 (0)