We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9fc4ba + 73b656b commit ebefb1aCopy full SHA for ebefb1a
src/libstd/thread/mod.rs
@@ -326,7 +326,7 @@ impl Builder {
326
/// Sets the size of the stack (in bytes) for the new thread.
327
///
328
/// The actual stack size may be greater than this value if
329
- /// the platform specifies minimal stack size.
+ /// the platform specifies a minimal stack size.
330
331
/// For more information about the stack size for threads, see
332
/// [this module-level documentation][stack-size].
0 commit comments