Skip to content

Commit

Permalink
Fix small typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marius authored Nov 27, 2018
1 parent 10e2c72 commit 73b656b
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 73b656b

Please sign in to comment.