Merge pull request #174 from drguildo/channels-typo-fix

Fix typo
This commit is contained in:
Henk Oordt 2024-10-21 13:24:04 +02:00 committed by GitHub
commit 8c3e40033b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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> {