Skip to content

Commit ebefb1a

Browse files
committed
Rollup merge of #56289 - marius:patch-1, r=cramertj
Fix small typo in comment of thread::stack_size
2 parents e9fc4ba + 73b656b commit ebefb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ impl Builder {
326326
/// Sets the size of the stack (in bytes) for the new thread.
327327
///
328328
/// The actual stack size may be greater than this value if
329-
/// the platform specifies minimal stack size.
329+
/// the platform specifies a minimal stack size.
330330
///
331331
/// For more information about the stack size for threads, see
332332
/// [this module-level documentation][stack-size].

0 commit comments

Comments
 (0)