aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 03:17:02 +0000
committerFuwn <[email protected]>2021-06-07 03:17:02 +0000
commite2faadff9311fa299680e4d2152755ca576b080c (patch)
tree36718942b682b1c67bfeb8cbf2bef29ce3a4b9fb /crates/whirl_server/src/lib.rs
parentstyle(readme): replace commas with hyphens (diff)
downloadwhirl-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.rs4
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.