We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a1617 commit e42875cCopy full SHA for e42875c
src/libstd/thread/mod.rs
@@ -245,8 +245,8 @@ impl Builder {
245
/// configuration methods can be chained.
246
///
247
/// 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
+ /// will be the `RUST_MIN_STACK` environment variable. If it is
+ /// not specified either, a sensible default will be set (2MB as
250
/// of the writting of this doc).
251
252
/// # Examples
0 commit comments