diff options
| author | Marius Nuennerich <marius@nuenneri.ch> | 2018-11-27 18:57:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-27 18:57:55 +0100 |
| commit | 73b656bbb306047d072b41321153b62c5a4a2b0d (patch) | |
| tree | e928a5097c5af39150284e6525b73d2f34c60790 /src/libstd/thread | |
| parent | 10e2c729ea2e85cb1e2a08be40564492f49e45ec (diff) | |
| download | rust-73b656bbb306047d072b41321153b62c5a4a2b0d.tar.gz rust-73b656bbb306047d072b41321153b62c5a4a2b0d.zip | |
Fix small typo in comment
Diffstat (limited to 'src/libstd/thread')
| -rw-r--r-- | src/libstd/thread/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs index 8a845efd413..3a9f3ec5c6f 100644 --- a/src/libstd/thread/mod.rs +++ b/src/libstd/thread/mod.rs @@ -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]. |
