We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437f75 commit 45c32d8Copy full SHA for 45c32d8
exercises/07_threads/05_channels/src/lib.rs
@@ -7,7 +7,7 @@ pub enum Command {
7
Insert(todo!()),
8
}
9
10
-// Start the system by spawning the server the thread.
+// Start the system by spawning the server thread.
11
// It returns a `Sender` instance which can then be used
12
// by one or more clients to interact with the server.
13
pub fn launch() -> Sender<Command> {
0 commit comments