Skip to content

Commit

Permalink
Rollup merge of rust-lang#56289 - marius:patch-1, r=cramertj
Browse files Browse the repository at this point in the history
Fix small typo in comment of thread::stack_size
  • Loading branch information
GuillaumeGomez authored Nov 29, 2018
2 parents 87fa7dc + 73b656b commit e3635f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ impl Builder {
/// Sets the size of the stack (in bytes) for the new thread.
///
/// The actual stack size may be greater than this value if
/// the platform specifies minimal stack size.
/// the platform specifies a minimal stack size.
///
/// For more information about the stack size for threads, see
/// [this module-level documentation][stack-size].
Expand Down

0 comments on commit e3635f2

Please sign in to comment.