Skip to content

Commit 45c32d8

Browse files
committed
Fix typo
1 parent c437f75 commit 45c32d8

File tree

1 file changed

+1
-1
lines changed
  • exercises/07_threads/05_channels/src

1 file changed

+1
-1
lines changed

exercises/07_threads/05_channels/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub enum Command {
77
Insert(todo!()),
88
}
99

10-
// Start the system by spawning the server the thread.
10+
// Start the system by spawning the server thread.
1111
// It returns a `Sender` instance which can then be used
1212
// by one or more clients to interact with the server.
1313
pub fn launch() -> Sender<Command> {

0 commit comments

Comments
 (0)