Skip to content

Commit 8c3e400

Browse files
authored
Merge pull request mainmatter#174 from drguildo/channels-typo-fix
Fix typo
2 parents a392371 + 45c32d8 commit 8c3e400

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)