diff options
| author | Fuwn <[email protected]> | 2021-06-07 03:17:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 03:17:02 +0000 |
| commit | e2faadff9311fa299680e4d2152755ca576b080c (patch) | |
| tree | 36718942b682b1c67bfeb8cbf2bef29ce3a4b9fb /crates/whirl_server/src/lib.rs | |
| parent | style(readme): replace commas with hyphens (diff) | |
| download | whirl-e2faadff9311fa299680e4d2152755ca576b080c.tar.xz whirl-e2faadff9311fa299680e4d2152755ca576b080c.zip | |
style(global): replace double hyphens with long hyphens
Diffstat (limited to 'crates/whirl_server/src/lib.rs')
| -rw-r--r-- | crates/whirl_server/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_server/src/lib.rs b/crates/whirl_server/src/lib.rs index 8db279f..e0ea833 100644 --- a/crates/whirl_server/src/lib.rs +++ b/crates/whirl_server/src/lib.rs @@ -101,8 +101,8 @@ pub trait Server { ) -> Result<(), Box<dyn Error>>; } -/// Spawn and return a vector of thread handles for each sub-server -- which -/// should be -- instantiated by the `whirl_server` crate. +/// Spawn and return a vector of thread handles for each sub-server — which +/// should be — instantiated by the `whirl_server` crate. /// /// # Panics /// - A panic may occur if the TCP server is unable to bind the specified port. |