Skip to content

Commit 67ca64d

Browse files
author
Andrew J Westlake
committed
Fixed typo in tokio::init_multi_thread error string
1 parent f860898 commit 67ca64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn init_multi_thread() {
8888
Builder::new_multi_thread()
8989
.enable_all()
9090
.build()
91-
.expect("Couldn't build the current-thread Tokio runtime"),
91+
.expect("Couldn't build the multi-thread Tokio runtime"),
9292
);
9393
}
9494

0 commit comments

Comments
 (0)