Skip to content

Commit e42875c

Browse files
committed
doc: break into 2 sentences
1 parent 25a1617 commit e42875c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/thread/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ impl Builder {
245245
/// configuration methods can be chained.
246246
///
247247
/// If the [`stack_size`] field is not specified, the stack size
248-
/// will be the `RUST_MIN_STACK` environment variable, if it is
249-
/// not specified either, a sensible default size will be set (2MB as
248+
/// will be the `RUST_MIN_STACK` environment variable. If it is
249+
/// not specified either, a sensible default will be set (2MB as
250250
/// of the writting of this doc).
251251
///
252252
/// # Examples

0 commit comments

Comments
 (0)