Skip to content

Commit 6f8f0ff

Browse files
authored
Merge pull request mainmatter#174 from drguildo/channels-typo-fix
Fix typo
2 parents 678915e + 44be8eb commit 6f8f0ff

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)