Fix doc typo (#2967)

This commit is contained in:
Alice Ryhl
2020-10-16 12:37:21 +02:00
committed by GitHub
parent 1644511bdf
commit 81db03204d
+1 -1
View File
@@ -80,7 +80,7 @@ pub(crate) enum Kind {
}
impl Builder {
/// Returns a new builder with the multi thread scheduler selected.
/// Returns a new builder with the current thread scheduler selected.
///
/// Configuration methods can be chained on the return value.
pub fn new_current_thread() -> Builder {