Remove premature French translation of "current" (#197)

This commit is contained in:
Jake Goulding
2018-03-08 08:48:46 -08:00
committed by Carl Lerche
parent 264fef60e3
commit 7da5603a42
+2 -2
View File
@@ -159,12 +159,12 @@ struct Inner {
///
/// * Start the Tokio runtime using a default configuration.
/// * Spawn the given future onto the thread pool.
/// * Block the çurrent thread until the runtime shuts down.
/// * Block the current thread until the runtime shuts down.
///
/// Note that the function will not return immediately once `future` has
/// completed. Instead it waits for the entire runtime to become idle.
///
/// See [module level][mod] documentation for more details.
/// See the [module level][mod] documentation for more details.
///
/// # Examples
///