We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e2c72 commit 73b656bCopy full SHA for 73b656b
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