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_api/src | |
| 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_api/src')
| -rw-r--r-- | crates/whirl_api/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_api/src/lib.rs b/crates/whirl_api/src/lib.rs index 882beeb..df0336f 100644 --- a/crates/whirl_api/src/lib.rs +++ b/crates/whirl_api/src/lib.rs @@ -64,8 +64,8 @@ impl Api { } } -/// Spawn and return a thread handle for the API -- which -/// should be -- instantiated by the `whirl_api` crate. +/// Spawn and return a thread handle for the API — which +/// should be — instantiated by the `whirl_api` crate. /// /// # Panics /// - A panic may occur if the mpsc sender is unable to send a clone of the |