diff --git a/crates/worker/src/lib.rs b/crates/worker/src/lib.rs index 4a656e33..6b362bd2 100644 --- a/crates/worker/src/lib.rs +++ b/crates/worker/src/lib.rs @@ -17,7 +17,7 @@ //! #### Overhead //! //! Gloo Workers use web workers. They incur a serialization overhead on the -//! messages they send and receive. Bridges use [bincode](https://!github.com/servo/bincode) +//! messages they send and receive. Bridges use [bincode](https://github.com/servo/bincode) //! by default to communicate with workers, so the cost is substantially higher //! than just calling a function.