From 656efcd3ab029491fd0bd01f3b596516884cabe1 Mon Sep 17 00:00:00 2001 From: Felix Raimundo Date: Tue, 9 May 2017 16:57:03 +0200 Subject: Address review comments --- src/libstd/thread/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/thread') diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs index 19adf3e3c3f..dd8892d6660 100644 --- a/src/libstd/thread/mod.rs +++ b/src/libstd/thread/mod.rs @@ -400,7 +400,7 @@ impl Builder { /// /// # Examples /// -/// Simple thread creation. +/// Creating a thread. /// /// ``` /// use std::thread; @@ -413,7 +413,7 @@ impl Builder { /// ``` /// /// As mentionned in the module documentation, threads are usualy made to -/// communicate using [`channel`s][`channels`], here is how it usually looks. +/// communicate using [`channels`], here is how it usually looks. /// /// This example also shows how to use `move`, in order to give ownership /// of values to a thread. -- cgit 1.4.1-3-g733a5