We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 323560e + e42875c commit 1db0f2bCopy full SHA for 1db0f2b
src/libstd/thread/mod.rs
@@ -210,8 +210,8 @@ impl Builder {
210
/// configuration methods can be chained.
211
///
212
/// 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
+ /// will be the `RUST_MIN_STACK` environment variable. If it is
+ /// not specified either, a sensible default will be set (2MB as
215
/// of the writting of this doc).
216
217
/// # Examples
0 commit comments