Skip to content

Commit

Permalink
Merge pull request #174 from drguildo/channels-typo-fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hdoordt authored Oct 21, 2024
2 parents a392371 + 45c32d8 commit 8c3e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/07_threads/05_channels/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub enum Command {
Insert(todo!()),
}

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

0 comments on commit 8c3e400

Please sign in to comment.