We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f97e4f2 + e42875c commit 5fc8373Copy full SHA for 5fc8373
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