fix various typos in doc comments

This commit is contained in:
Andy Russell
2018-11-12 13:05:20 -05:00
parent 0195812aea
commit 4e35cbb22e
49 changed files with 68 additions and 68 deletions

View File

@@ -233,7 +233,7 @@ pub use self::local::{LocalKey, AccessError};
///
/// You may want to use [`spawn`] instead of [`thread::spawn`], when you want
/// to recover from a failure to launch a thread, indeed the free function will
/// panick where the `Builder` method will return a [`io::Result`].
/// panic where the `Builder` method will return a [`io::Result`].
///
/// # Examples
///