diff options
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 |